Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load_http1_session.cc217 auto htperr = in on_read() local
219 auto nread = htperr == HPE_OK in on_read()
229 if (htperr == HPE_PAUSED) { in on_read()
234 if (htperr != HPE_OK) { in on_read()
236 << "(" << llhttp_errno_name(htperr) << ") " in on_read()
Dshrpx_http_downstream_connection.cc1262 auto htperr = llhttp_finish(&response_htp_); in read_clear() local
1263 if (htperr != HPE_OK) { in read_clear()
1266 << llhttp_errno_name(htperr); in read_clear()
1393 auto htperr = llhttp_finish(&response_htp_); in read_tls() local
1394 if (htperr != HPE_OK) { in read_tls()
1397 << llhttp_errno_name(htperr); in read_tls()
1489 auto htperr = llhttp_execute(&response_htp_, in process_input() local
1492 htperr == HPE_OK in process_input()
1498 if (htperr != HPE_OK && in process_input()
1499 (!downstream_->get_upgraded() || htperr != HPE_PAUSED_UPGRADE)) { in process_input()
[all …]
Dshrpx_https_upstream.cc673 auto htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read() local
676 if (htperr == HPE_PAUSED_UPGRADE && in on_read()
681 htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read()
686 htperr == HPE_OK in on_read()
700 if (htperr == HPE_PAUSED) { in on_read()
711 if (htperr != HPE_OK) { in on_read()
714 << "(" << llhttp_errno_name(htperr) << ") " in on_read()
727 if (htperr == HPE_INVALID_METHOD) { in on_read()
Dnghttp.cc1057 auto htperr = in on_upgrade_read() local
1059 auto nread = htperr == HPE_OK in on_upgrade_read()
1069 if (htperr != HPE_OK && htperr != HPE_PAUSED_UPGRADE) { in on_upgrade_read()
1071 << "(" << llhttp_errno_name(htperr) << ") " in on_upgrade_read()
Dshrpx_http2_session.cc664 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy() local
666 if (htperr == HPE_PAUSED) { in downstream_read_proxy()
683 if (htperr != HPE_OK) { in downstream_read_proxy()