You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/netty/netty-4.1/src/test/java/datadog/trace/instrumentation/netty41/server/NettyChunkedResponseTest.java
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,12 @@ void stopServer() {
91
91
}
92
92
}
93
93
94
+
/**
95
+
* Verifies that the span for a chunked HTTP response covers the full streaming duration, not just
96
+
* the time to send headers. Without the fix in HttpServerResponseTracingHandler, the span would
97
+
* finish when HttpResponse (headers) is written (~0ms), ignoring the time spent writing
0 commit comments