diff --git a/src/shrpx_https_upstream.cc b/src/shrpx_https_upstream.cc index c8703987..83bde251 100644 --- a/src/shrpx_https_upstream.cc +++ b/src/shrpx_https_upstream.cc @@ -166,6 +166,8 @@ int htp_hdrs_completecb(http_parser *htp) { return -1; } + downstream->inspect_http1_request(); + if (get_config()->client_proxy && downstream->get_request_method() != "CONNECT") { // Make sure that request path is an absolute URI.