Commit 7e46d0b1 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

asio: Call signal_write() on session_impl::cancel()

parent 726e6c08
......@@ -324,6 +324,7 @@ bool session_impl::setup_session() {
void session_impl::cancel(stream &strm) {
nghttp2_submit_rst_stream(session_, NGHTTP2_FLAG_NONE, strm.stream_id(),
NGHTTP2_CANCEL);
signal_write();
}
stream *session_impl::find_stream(int32_t stream_id) {
......
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