Commits


Joe Littlejohn authored and Andy Green committed f1ad1c6b1a4
Check status before checking for Sec-WebSocket-Accept If the server rejects the attempt to establish a connection by returning a response status other than 101, then it will not include the Sec-WebSocket-Accept header. We need to check for 101 status (and return an appropriate error message) before looking for the accept header. See #1200