OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serverConnection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h
87
const AtomicString&
serverConnection
() const;
WebSocketHandshake.cpp
371
const AtomicString& WebSocketHandshake::
serverConnection
() const
531
const AtomicString&
serverConnection
= this->
serverConnection
();
538
if (
serverConnection
.isNull()) {
551
if (!equalIgnoringCase(
serverConnection
, "upgrade")) {
552
m_failureReason = formatHandshakeFailureReason("'Connection' header value is not 'Upgrade': " +
serverConnection
);
Completed in 96 milliseconds