-
Notifications
You must be signed in to change notification settings - Fork 785
fix(server): bound client-facing SSE frame retention #1241
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
Merged
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
92330b5
fix(server): add bounded client SSE frame buffer
Wibias 5230c3c
fix(server): bound WebSocket SSE frame retention
Wibias aaaa4f3
fix(server): bound HTTP SSE terminal framing
Wibias dfe511b
test(server): cover client SSE frame bounds
Wibias 40a6e5b
fix(server): widen typed-array tail storage
Wibias ac938a2
test(server): preserve raw split UTF-8 bytes
Wibias 6d4c16a
fix(server): bound SSE framer allocation count
Wibias 7ba0225
fix(server): bound inspector allocation count
Wibias c78de5a
fix(server): bound SSE frame-count amplification
Wibias af5c157
fix(server): release WS reader on framing errors
Wibias b9396b4
fix(server): harden SSE failure cleanup
Wibias 3e4725d
test(server): cover SSE framing failure paths
Wibias b0f79aa
chore(server): remove no-op WS expression
Wibias e348caa
fix(server): widen failed-tail typed array
Wibias 17dfaf8
fix(ws): preserve dropped-send rejection semantics
Wibias 73b30b0
test(ws): preserve dropped-send rejection contract
Wibias 33ac593
fix(sse): honour terminal before trailing framing errors
Wibias 97e3c87
test(sse): keep committed terminal ahead of trailing overflow
Wibias e1ff3b9
docs(proxy): document Responses SSE frame limit
Wibias 65bea21
docs(proxy): sync Japanese SSE frame limit
Wibias 49dabd9
docs(proxy): sync Korean SSE frame limit
Wibias 1f47d21
docs(proxy): sync Russian SSE frame limit
Wibias 55d1340
docs(proxy): sync Chinese SSE frame limit
Wibias 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.