varspool / Wrench

A simple PHP WebSocket implementation for PHP 7.1
Do What The F*ck You Want To Public License
596 stars 210 forks source link

Chrome 14.0.835 don't work #3

Closed zim32 closed 12 years ago

zim32 commented 13 years ago

Hi. Thanks for your lib! But i have Chrome 14.0.835 and it sends some headers that your server doesn't support i think... For example there is no Origin header but Sec-Websocket-Origin and there is no Sec-WebSocket-Key1 and Sec-WebSocket-Key2, only Sec-WebSocket-Key... Will you update your server to match the latest Websocket drafts ? Thanks!

ghost commented 13 years ago

Hi there, i found update that works in chrome 14. http://lemmingzshadow.net/386/php-websocket-serverclient-nach-draft-hybi-10/

zim32 commented 13 years ago

Thanks for your link! Maybe I'll try later

dominics commented 12 years ago

We now support Chrome 18.