http: remove const started, use _ instead
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