nghttpx: Code cleanup
This commit is contained in:
parent
67553d47e0
commit
5ca8f147f2
|
@ -801,7 +801,7 @@ int Http2Upstream::error_reply(Downstream *downstream,
|
||||||
"content-type", "text/html; charset=UTF-8",
|
"content-type", "text/html; charset=UTF-8",
|
||||||
"server", get_config()->server_name,
|
"server", get_config()->server_name,
|
||||||
"content-length", content_length.c_str(),
|
"content-length", content_length.c_str(),
|
||||||
0
|
nullptr
|
||||||
};
|
};
|
||||||
|
|
||||||
rv = nghttp2_submit_response(session_, downstream->get_stream_id(), nv,
|
rv = nghttp2_submit_response(session_, downstream->get_stream_id(), nv,
|
||||||
|
|
Loading…
Reference in New Issue