http: remove const started, use _ instead
parent
ab291902d8
commit
33df5edc08
|
@ -9,7 +9,7 @@ import http.chunked
|
|||
|
||||
const (
|
||||
max_redirects = 4
|
||||
started = http.init()
|
||||
_ = http.init()
|
||||
)
|
||||
|
||||
struct Request {
|
||||
|
|
Loading…
Reference in New Issue