wangshen2014 / pywebsocket

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

Match Upgrade and Connection header value received from a client by case-insensitive way #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now pywebsocket rejects requests unless the value for Upgrade doesn't exactly 
match with "WebSocket" ("websocket" for HyBi 06). Same for Connection header. 
But this must be done case-insensitive way according to the spec.

Original issue reported on code.google.com by tyoshino@chromium.org on 13 May 2011 at 10:57

GoogleCodeExporter commented 9 years ago
Fixed http://codereview.appspot.com/4516047/

Original comment by tyoshino@chromium.org on 18 May 2011 at 10:20