-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make header reading compliant with RFC7230, section 3.2.2 (#270)
* Make header reading compliant with RFC7230, section 3.2.2 * Make header reading compliant with RFC7230, section 3.2.2 * Only attempt to parse comma delimited headers if header_type specified * Add unit tests for multi field headers * Remove redundant checks * Fix ambiguity between header fields beginning with same characters * Fix pep8 errors * Undo unintentional change * Add newline to end of file * Fix more pep8 issues
- Loading branch information
Showing
2 changed files
with
77 additions
and
8 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