mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
http: remove const started, use _ instead
This commit is contained in:
parent
ab291902d8
commit
33df5edc08
@ -9,7 +9,7 @@ import http.chunked
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
max_redirects = 4
|
max_redirects = 4
|
||||||
started = http.init()
|
_ = http.init()
|
||||||
)
|
)
|
||||||
|
|
||||||
struct Request {
|
struct Request {
|
||||||
|
Loading…
Reference in New Issue
Block a user