-
Notifications
You must be signed in to change notification settings - Fork 347
Keep Netty 4.1 server spans open until streaming responses complete #11941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ygree
wants to merge
42
commits into
master
Choose a base branch
from
ygree/fix-netty41-chunked-tracing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
bc97709
test(netty-4.1): Add pipelining test
ygree 7f7fdf4
fix(netty-4.1): pipelined response context tracking
ygree 57f9d65
Disable Netty server tracing on context queue overflow
ygree 6173156
Fix Netty 4.1 response context handling
ygree 7937757
Add Netty chunked response span timing tests
ygree 5be33eb
Fix Netty 4.1 server span completion for streaming responses
ygree aaaf77d
Fix Netty server span lifecycle for streaming responses
ygree 372e9a8
Fix Netty 4.1 server span edge cases from PR review
ygree 0a6269f
Restore request-ended callbacks for terminal Netty responses
ygree 344cbb4
Resolved: terminal responses no longer call `beforeFinish(...)`
ygree c2e0b3f
Changed HttpServerResponseTracingHandler.java so unknown-length
ygree 4f7d924
Restrict close-delimited response handling to HTTP/1.x only.
ygree 69ec7b0
The Netty 4.1 websocket upgrade check is now value-based for status
ygree cde82d0
It now treats known-length responses as complete once the declared body
ygree 3ebe9c3
Fix Netty IAST reporting on async response completion
ygree 6c6c9fc
Preserve Netty HTTP/2 stream contexts
ygree ba51b12
Fix deferred AppSec block responses for Netty pipelining
ygree 88da30a
Avoid logging dropped Netty outbound messages
ygree 67b731a
Use computed Netty 4.1 response status code
ygree d9c5d1d
Use single-thread Netty event loop in tests
ygree 762d160
Merge branch 'ygree/fix-netty41-http11-pipelining-context-queue' into…
ygree e7046aa
Avoid synthetic accessors in Netty blocking response handler
ygree aa33b42
Fix Netty block function pipelining deferral
ygree e7897a3
Fix Netty pipelined block response ordering
ygree 66f3ac8
Fix Netty HTTP/2 response AppSec context handling
ygree e1a31f3
Fix Netty AppSec blocked response handling
ygree f89affd
Merge branch 'ygree/fix-netty41-http11-pipelining-context-queue' into…
ygree 349a4d0
Merge branch 'master' into ygree/fix-netty41-http11-pipelining-contex…
ygree 1811f52
Merge branch 'ygree/fix-netty41-http11-pipelining-context-queue' into…
ygree 78ebedf
Align request-context completion with Netty’s message framing contract.
ygree ba58dc7
Reuse Netty blocking handler for deferred pipelined requests
ygree b8216d3
Fix Netty blocking response scheduling races
ygree 7dd79a7
Reuse Netty request context queues for keep-alive traffic
ygree b81803e
Reuse Netty request context queues for keep-alive traffic
ygree 0c82171
Merge branch 'ygree/fix-netty41-http11-pipelining-context-queue' into…
ygree ffb560d
Align Netty response completion with LastHttpContent
ygree 31ca152
Merge branch 'master' into ygree/fix-netty41-http11-pipelining-contex…
ygree 952e59b
Merge branch 'ygree/fix-netty41-http11-pipelining-context-queue' into…
ygree 8a70d5e
Raise agent jar size budget
ygree 3eff294
Merge branch 'master' into ygree/fix-netty41-chunked-tracing
ygree 670d5c4
Wait for Netty server spans before closing test sockets
ygree a5af354
Merge branch 'master' into ygree/fix-netty41-chunked-tracing
ygree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.