Arduino-Websocket-Fast icon indicating copy to clipboard operation
Arduino-Websocket-Fast copied to clipboard

Make websocket headers case insensitive, better cookie header handling

Open evanbsmith opened this issue 9 years ago • 1 comments

  • Per Websocket/HTTP spec, updated to allow case-insensitivity in websocket/HTTP headers
  • Updated "set-cookie" header to allow for multiple cookie values, saving first one as sid
  • Add debug code to print client websocket request headers

evanbsmith avatar Jul 26 '16 15:07 evanbsmith

Using this code for the case-insensitivity, it's working well

lhovo avatar Aug 21 '18 12:08 lhovo