docs(protocol): oversize now closes the connection (core #27)#2
Merged
Conversation
Sync the canon to the core fix: an oversize line is answered once and the connection is closed (parity with unsupported_proto), so the unread tail can no longer be parsed as smuggled request lines. Removes the 'shipped edge / follow-up #27' note in §2 and updates the §3.8 error-vocabulary row. Merges AFTER the core fix so the doc never describes behaviour ahead of the server.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Companion to core #89 (follow-up #27). Syncs the canon to the shipped fix (invariant #3: wire changes stay in the doc in step with the server).
What
Known edge (… follow-up #27)note is replaced — an oversize line is now answered once and the connection is closed (parity withunsupported_proto); the capped read's unread tail is dropped rather than parsed as smuggled request lines; a client reconnects (hello+auth).oversizeerror-vocabulary row updated to note the connection is then closed.Merge order
Merge core #89 first, then this — so the canon never describes behaviour ahead of the server (symmetric to T0b 0a→0b). Doc-only, 8+/10−.