Commit 2afa9f75 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src/HttpServer: Fix compile error

parent 5ca8f147
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment