Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
elixir-mint
/
mint
Public
Notifications
You must be signed in to change notification settings
Fork
127
Star
1.4k
Code
Issues
3
Pull requests
5
Actions
Security and quality
11
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Validate and normalize HTTP/1 status lines and header fields
- #513
#513
Open
ericmj
wants to merge 13 commits into
main
elixir-mint/mint:main
from
http1-header-parsing
elixir-mint/mint:http1-header-parsing
Copy head branch name to clipboard
Conversation
Commits
13
聽(13)
Checks
Files changed
Open
Validate and normalize HTTP/1 status lines and header fields
#513
ericmj
wants to merge 13 commits into
main
elixir-mint/mint:main
from
http1-header-parsing
elixir-mint/mint:http1-header-parsing
Copy head branch name to clipboard
Commits
Commits on Sep 24, 2026
Trim only SP and HTAB from Content-Length values
Show description for 1fa7fb0
ericmj
committed
1fa7fb0
View commit details
Copy full SHA for 1fa7fb0
Browse repository at this point
Unfold obsolete line folding in HTTP/1 header values
Show description for 4538c68
ericmj
committed
4538c68
View commit details
Copy full SHA for 4538c68
Browse repository at this point
Validate HTTP/1 status line version, status code and reason phrase
Show description for 1490be5
ericmj
committed
1490be5
View commit details
Copy full SHA for 1490be5
Browse repository at this point
Reject HTTP/1 header values containing control characters
Show description for 9c0d178
ericmj
committed
9c0d178
View commit details
Copy full SHA for 9c0d178
Browse repository at this point
Reject HTTP/1 header and trailer lines with an empty field name
Show description for 6c6d757
ericmj
committed
6c6d757
View commit details
Copy full SHA for 6c6d757
Browse repository at this point
Trim trailing whitespace from HTTP/1 header values
Show description for 9863763
ericmj
committed
9863763
View commit details
Copy full SHA for 9863763
Browse repository at this point
Replace HTTP/1 obs-folds consistently and drop the whitespace they leave
Show description for 44dc636
ericmj
committed
44dc636
View commit details
Copy full SHA for 44dc636
Browse repository at this point
Reject leading zeros in the HTTP/1 status line version and status code
Show description for 49c16c5
ericmj
committed
49c16c5
View commit details
Copy full SHA for 49c16c5
Browse repository at this point
Describe how :stream_headers handles obsolete line folding
ericmj
committed
dfde784
View commit details
Copy full SHA for dfde784
Browse repository at this point
Replace the whitespace before an HTTP/1 obs-fold too
Show description for 5abde10
ericmj
committed
5abde10
View commit details
Copy full SHA for 5abde10
Browse repository at this point
Parse the HTTP/1 status line without :erlang.decode_packet/3
Show description for d47dc4c
ericmj
committed
d47dc4c
View commit details
Copy full SHA for d47dc4c
Browse repository at this point
Parse the HTTP/1 status line in a single pass
Show description for d7aef74
ericmj
committed
d7aef74
View commit details
Copy full SHA for d7aef74
Browse repository at this point
Parse HTTP/1 header lines with SWAR instead of :erlang.decode_packet/3
Show description for 3edf068
ericmj
and
wojtekmach
committed
3edf068
View commit details
Copy full SHA for 3edf068
Browse repository at this point
You can鈥檛 perform that action at this time.