HomeSort by relevance Sort by last modified time
    Searched defs:http_data (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/flip_server/
spdy_interface.cc 131 std::string &http_data,
169 http_data += method->second + " " + uri + " " + version->second + "\r\n";
174 http_data += i->first + ": " + i->second + "\r\n";
180 http_data += forward_ip_header_ + ": " +
183 http_data += "\r\n";
186 VLOG(3) << ACCEPTOR_CLIENT_IDENT << "SpdySM: HTTP Request:\n" << http_data; local
216 std::string http_data; local
218 int ret = SpdyHandleNewStream(stream_id, priority, headers, http_data,
242 sm_http_interface->ProcessWriteInput(http_data.c_str(),
243 http_data.size())
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 148 std::string &http_data,
199 http_data += method->second + " " + uri + " " + version->second + "\r\n";
204 http_data += i->first + ": " + i->second + "\r\n";
210 http_data += forward_ip_header_ + ": " +
213 http_data += "\r\n";
216 VLOG(3) << ACCEPTOR_CLIENT_IDENT << "SpdySM: HTTP Request:\n" << http_data; local
229 std::string http_data; local
231 int ret = SpdyHandleNewStream(frame, http_data, &is_https_scheme);
254 sm_http_interface->ProcessWriteInput(http_data.c_str(),
255 http_data.size())
    [all...]

Completed in 72 milliseconds