mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-10 20:18:52 +08:00
nghttp2_stream_detach_deferred_data -> nghttp2_stream_resume_deferred_data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user