Forgot to update new variable usage

This commit is contained in:
KyleFontenot 2025-08-25 17:05:54 -07:00
parent 550afbb9b7
commit 9e6d9b5f1c

View file

@ -94,7 +94,7 @@ fn (pr &HttpProxy) http_do(host urllib.URL, method Method, path string, req &Req
path
}
s := req.build_request_headers(req.method, host_name, port, path)
s := req.build_request_headers(req.method, host_name, port, full_url)
if host.scheme == 'https' {
mut client := pr.ssl_dial('${host.host}:443')!