Skip to content

feat(http): limit request-line length#33

Merged
annihilatorq merged 3 commits into
mainfrom
feat/http/limit-request-uri-length
Jul 3, 2026
Merged

feat(http): limit request-line length#33
annihilatorq merged 3 commits into
mainfrom
feat/http/limit-request-uri-length

Conversation

@annihilatorq

Copy link
Copy Markdown
Member

Closes #32

@annihilatorq annihilatorq merged commit 660e308 into main Jul 3, 2026
19 checks passed
@annihilatorq annihilatorq deleted the feat/http/limit-request-uri-length branch July 3, 2026 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A server that receives a request-target longer than any URI it wishes to parse MUST respond with a 414 (URI Too Long) status code (RFC 9112, Section 3)

1 participant