nghttpx: Code cleanup

This commit is contained in:
Tatsuhiro Tsujikawa 2013-10-25 21:52:26 +09:00
parent 67553d47e0
commit 5ca8f147f2
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ int Http2Upstream::error_reply(Downstream *downstream,
"content-type", "text/html; charset=UTF-8",
"server", get_config()->server_name,
"content-length", content_length.c_str(),
0
nullptr
};
rv = nghttp2_submit_response(session_, downstream->get_stream_id(), nv,