Home
last modified time | relevance | path

Searched refs:htperr (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dh2load_http1_session.cc204 auto htperr = in on_read() local
206 auto nread = htperr == HPE_OK in on_read()
216 if (htperr == HPE_PAUSED) { in on_read()
221 if (htperr != HPE_OK) { in on_read()
223 << "(" << llhttp_errno_name(htperr) << ") " in on_read()
Dshrpx_https_upstream.cc627 auto htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read() local
631 htperr == HPE_OK in on_read()
645 if (htperr == HPE_PAUSED) { in on_read()
656 if (htperr != HPE_OK) { in on_read()
659 << "(" << llhttp_errno_name(htperr) << ") " in on_read()
672 if (htperr == HPE_INVALID_METHOD) { in on_read()
Dshrpx_http_downstream_connection.cc1421 auto htperr = llhttp_execute(&response_htp_, in process_input() local
1424 htperr == HPE_OK in process_input()
1430 if (htperr != HPE_OK && in process_input()
1431 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()
1440 << "(" << llhttp_errno_name(htperr) << ") " in process_input()
Dnghttp.cc1036 auto htperr = in on_upgrade_read() local
1038 auto nread = htperr == HPE_OK in on_upgrade_read()
1048 if (htperr != HPE_OK && htperr != HPE_PAUSED_UPGRADE) { in on_upgrade_read()
1050 << "(" << llhttp_errno_name(htperr) << ") " in on_upgrade_read()
Dshrpx_http2_session.cc651 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy() local
653 if (htperr == HPE_PAUSED) { in downstream_read_proxy()
670 if (htperr != HPE_OK) { in downstream_read_proxy()