nghttp2_stream_detach_deferred_data -> nghttp2_stream_resume_deferred_data

This commit is contained in:
Tatsuhiro Tsujikawa
2014-04-02 22:58:06 +09:00
parent ef40879b5f
commit 580a19e097
3 changed files with 6 additions and 6 deletions

View File

@@ -366,7 +366,7 @@ void nghttp2_stream_defer_data(nghttp2_stream *stream, uint8_t flags)
stream->flags |= flags;
}
int nghttp2_stream_detach_deferred_data(nghttp2_stream *stream,
int nghttp2_stream_resume_deferred_data(nghttp2_stream *stream,
nghttp2_pq *pq)
{
assert(stream->data_item);