mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
net.http: fix a typo, affecting -d trace_http_response
This commit is contained in:
parent
a4b8768146
commit
faea2d97bf
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ fn (req &Request) do_request(req_headers string, mut ssl_conn ssl.SSLConn) !Resp
|
|||
$if trace_http_response ? {
|
||||
eprint('< ')
|
||||
eprint(response_text)
|
||||
eprinln('')
|
||||
eprintln('')
|
||||
}
|
||||
if req.on_finish != unsafe { nil } {
|
||||
req.on_finish(req, u64(response_text.len))!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue