mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
Forgot to update new variable usage
This commit is contained in:
parent
550afbb9b7
commit
9e6d9b5f1c
1 changed files with 1 additions and 1 deletions
|
@ -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')!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue