nghttpx: Fix uninitialized member variable
This commit is contained in:
parent
b6930e3d80
commit
e6381b2b65
|
@ -148,6 +148,7 @@ struct Request {
|
||||||
method(-1),
|
method(-1),
|
||||||
http_major(1),
|
http_major(1),
|
||||||
http_minor(1),
|
http_minor(1),
|
||||||
|
connect_proto(CONNECT_PROTO_NONE),
|
||||||
upgrade_request(false),
|
upgrade_request(false),
|
||||||
http2_upgrade_seen(false),
|
http2_upgrade_seen(false),
|
||||||
connection_close(false),
|
connection_close(false),
|
||||||
|
|
Loading…
Reference in New Issue