nghttpx: Fix uninitialized member variable

This commit is contained in:
Tatsuhiro Tsujikawa 2018-03-13 22:51:46 +09:00
parent b6930e3d80
commit e6381b2b65
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ struct Request {
method(-1),
http_major(1),
http_minor(1),
connect_proto(CONNECT_PROTO_NONE),
upgrade_request(false),
http2_upgrade_seen(false),
connection_close(false),