vsajip / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Fix regex in _hexify for new line character and fix typo key_value -> key_field #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
- Add re.DOTALL to match new line characters in key3
- Fix typo key_value -> key_field in Handshaker._get_key_value

When reviewing my code changes, please focus on:

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by tyoshino@chromium.org on 22 Nov 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Set review issue status to: Fixed

Original comment by tyoshino@chromium.org on 26 Nov 2010 at 3:25