Tatsuhiro Tsujikawa f23e34fa3c Handle response in nghttp2_on_begin_frame_callback
Previously, nghttp2_session_end_request_headers_received assumes
stream is still writable (in other words, local endpoint has not sent
END_STREAM).  But this assumption is false, because application can
send response in nghttp2_on_begin_frame_callback.  Probably, this
assumption was made before the callback was introduced.  This commit
addresses this issue.  Since all
nghttp2_session_end_*_headers_received functions are identical, we
refactored them into one function.
2015-11-27 22:50:13 +09:00
..
2015-03-29 18:40:37 +09:00
2015-09-23 18:26:02 +09:00
2015-10-29 23:01:02 +09:00
2015-11-13 00:53:29 +09:00
2015-01-09 20:56:37 +09:00
2014-12-08 00:55:55 +09:00
2015-09-23 18:26:02 +09:00
2015-08-21 23:35:17 +09:00
2015-08-21 23:35:17 +09:00