Searched refs:kHttpProtocolVersion (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_constants.cc10 const char* const kHttpProtocolVersion = "HTTP/1.1"; member in namespace:net::websockets
H A Dwebsocket_handshake_constants.h25 extern const char* const kHttpProtocolVersion;
H A Dwebsocket_handshake_handler.cc410 "%s %s\r\n", websockets::kHttpProtocolVersion, status->second.c_str());
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc115 static const char kHttpProtocolVersion[] = "HTTP/1.1"; local
118 (*headers)["version"] = kHttpProtocolVersion;
128 (*headers)[":version"] = kHttpProtocolVersion;

Completed in 99 milliseconds