Searched refs:htperr (Results 1 – 5 of 5) sorted by relevance
217 auto htperr = in on_read() local219 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()
1262 auto htperr = llhttp_finish(&response_htp_); in read_clear() local1263 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() local1394 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() local1492 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 …]
673 auto htperr = llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()), in on_read() local676 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()
1057 auto htperr = in on_upgrade_read() local1059 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()
664 auto htperr = llhttp_execute(proxy_htp_.get(), in downstream_read_proxy() local666 if (htperr == HPE_PAUSED) { in downstream_read_proxy()683 if (htperr != HPE_OK) { in downstream_read_proxy()