src/HttpServer: Fix compile error

This commit is contained in:
Tatsuhiro Tsujikawa 2013-10-27 17:00:41 +09:00
parent 5ca8f147f2
commit 2afa9f75f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}