OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_sendall
(Results
1 - 1
of
1
) sorted by null
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
draft75.py
142
def
_sendall
(self, data):
member in class:Handshaker
146
self.
_sendall
('HTTP/1.1 101 Web Socket Protocol Handshake\r\n')
147
self.
_sendall
('Upgrade: WebSocket\r\n')
148
self.
_sendall
('Connection: Upgrade\r\n')
149
self.
_sendall
('WebSocket-Origin: %s\r\n' % self._request.ws_origin)
150
self.
_sendall
('WebSocket-Location: %s\r\n' % self._request.ws_location)
152
self.
_sendall
(
154
self.
_sendall
('\r\n')
Completed in 188 milliseconds