codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
712 stars 495 forks source link

Validate Handshake Response #6

Closed pkulak closed 11 years ago

pkulak commented 11 years ago

Make sure that the server response includes a Sec-WebSocket-Accept header and that it's what it should be.

codebutler commented 11 years ago

Merged as 6c7c60d11138636258d5632ec513b1bb2b07bd33, thanks!