-
Notifications
You must be signed in to change notification settings - Fork 192
Fix/pr107 bad stream #111
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
Merged
+1,552
−69
Merged
Fix/pr107 bad stream #111
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e060c93
fix/setcompression后出现坏流
NeverENG 3b4ed18
feat/Add batch flush interface
NeverENG 8900f19
fix: route [][]byte sends through codec writer and clarify codec state
NeverENG 604c153
fix: keep deadlines on codec streams and terminate stalled connections
NeverENG 3f8fe74
fix: freeze codec config after first IO and make conn close idempotent
NeverENG 18b76eb
fix: close TestTCPClient listener on cleanup and correct batch-send d…
NeverENG 07be373
fix: only treat mid-block silence as a codec stall, never pure idleness
NeverENG 18a2687
fix: detect cross-recv codec stalls exactly and stop killing slow-dra…
NeverENG 15a0a26
fix: freeze websocket compression config after first IO, matching the…
NeverENG 7da7a6c
fix: report 0 written bytes when a websocket Send fails
NeverENG 9a242d8
fix: stop pretending UDP connections support compression
NeverENG 20af863
fix: bound the codec flush in CloseConn instead of waiting out a stal…
NeverENG 1a72e70
fix: terminate the flate stream on CloseConn like the snappy one
NeverENG 330951f
fix: clamp the codec poll interval to the stall deadline
NeverENG 887e13d
docs: correct pkg counter comments, drop zero-value time from codec S…
NeverENG 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
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
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.