nghttpd: Remove unused variable
This commit is contained in:
parent
32943a74b2
commit
55e550f08f
|
@ -87,7 +87,6 @@ class Http2Handler;
|
|||
|
||||
struct Stream {
|
||||
Headers headers;
|
||||
std::pair<std::string, size_t> response_body;
|
||||
Http2Handler *handler;
|
||||
event *rtimer;
|
||||
event *wtimer;
|
||||
|
|
Loading…
Reference in New Issue