getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

Multiple http_server events in request recordings #193

Closed apotterri closed 1 year ago

apotterri commented 1 year ago

The AppMap generated by request recording for an HTTP request contains two pairs of http_server_request/http_server_response events. The second pair has different event ids, so they're not exactly duplicates, but the second one definitely should not be present.

apotterri commented 1 year ago

Pretty sure this was fixed by https://github.com/getappmap/appmap-java/pull/207 . Closing for now, will reopen if we see it again.