[HIXIE] Reverting back to the proper response code.
Silly hixie, tricks are for kids
This commit is contained in:
parent
10da7e4920
commit
576eee0816
@ -38,7 +38,7 @@ class Hixie76 implements VersionInterface {
|
||||
$headers['Sec-WebSocket-Protocol'] = $request->getHeader('Sec-WebSocket-Protocol');
|
||||
}
|
||||
|
||||
$response = new \Guzzle\Http\Message\Response('HTTP/1.1 101 WebSocket Protocol Handshake', $headers, $body);
|
||||
$response = new \Guzzle\Http\Message\Response('101', $headers, $body);
|
||||
return $response;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user