mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
http: remove const started, use _ instead
This commit is contained in:
parent
ab291902d8
commit
33df5edc08
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import http.chunked
|
|||
|
||||
const (
|
||||
max_redirects = 4
|
||||
started = http.init()
|
||||
_ = http.init()
|
||||
)
|
||||
|
||||
struct Request {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue