forked from Lawouach/WebSocket-for-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rudimentary fix and testcase for Issue Lawouach#179
Per RFC-6455 protocols and extensions values can contain multiple values and may occur multiple times in the header. This fix handles only the case of the ',' delimiter and not ';'. Enhanced existing test to verify the most basic of parsing examples.
- Loading branch information
Mark Edington
committed
May 25, 2017
1 parent
f84dd25
commit 854b33b
Showing
2 changed files
with
7 additions
and
3 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