OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extensions_header
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi.py
307
extensions_header
= self._request.headers_in.get(
309
if not
extensions_header
:
319
extensions_header
, allow_quoted_string=allow_quoted_string)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py
332
extensions_header
= self._request.headers_in.get(
334
if not
extensions_header
:
344
extensions_header
, allow_quoted_string=allow_quoted_string)
Completed in 215 milliseconds