src/HttpServer: Fix compile error
This commit is contained in:
parent
5ca8f147f2
commit
2afa9f75f5
|
@ -723,7 +723,7 @@ int hd_on_frame_recv_callback
|
|||
!http2::get_unique_header(frame->headers.nva,
|
||||
frame->headers.nvlen,
|
||||
"host")) {
|
||||
nghttp2_submit_rst_stream(session, stream_id,
|
||||
nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, stream_id,
|
||||
NGHTTP2_PROTOCOL_ERROR);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue