Skip to content

Commit

Permalink
nghttpx: Fix uninitialized member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 23, 2018
1 parent b6930e3 commit e6381b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shrpx_downstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e6381b2

Please sign in to comment.