-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve HTTP/1 response header parsing (#74393)
* Improve HTTP/1 response header parsing * Improve worst-case performance * Account for line folds in FillForHeadersAsync * PR feedback * Extend header trickle test for line folds * RIP goto * Clarify the meaning of 'valueIter' * Handle Scavenge zero-byte reads in test
- Loading branch information
Showing
4 changed files
with
515 additions
and
221 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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.