HomeSort by relevance Sort by last modified time
    Searched full:coalesced_packets (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/http/
http_stream_parser.cc 259 uint64 coalesced_packets = (request_body_->size() + bytes_remaining + local
261 if (coalesced_packets < header_packets + body_packets) {
262 if (coalesced_packets > COALESCE_POTENTIAL_MAX)

Completed in 58 milliseconds