diff options
Diffstat (limited to 'modules/http2/h2_session.h')
-rw-r--r-- | modules/http2/h2_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http2/h2_session.h b/modules/http2/h2_session.h index 28eedba843..bf4ded338a 100644 --- a/modules/http2/h2_session.h +++ b/modules/http2/h2_session.h @@ -218,8 +218,8 @@ int h2_session_push_enabled(h2_session *session); * @param session the session to which the stream belongs * @param stream the stream to destroy */ -apr_status_t h2_session_stream_destroy(h2_session *session, - struct h2_stream *stream); +apr_status_t h2_session_stream_done(h2_session *session, + struct h2_stream *stream); /** * Submit a push promise on the stream and schedule the new steam for |