Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_http_parser.cc1115 uint64_t headers_timeout = in Expired() local
1120 if (headers_timeout == 0 && request_timeout == 0) { in Expired()
1122 } else if (request_timeout > 0 && headers_timeout > request_timeout) { in Expired()
1123 std::swap(headers_timeout, request_timeout); in Expired()
1133 (headers_timeout > 0 && now > headers_timeout) ? now - headers_timeout in Expired()

Completed in 3 milliseconds