summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_stream.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-09-21 12:59:50 +0200
committerStefan Eissing <icing@apache.org>2015-09-21 12:59:50 +0200
commit3c7bc8f5a0b8ec75ac47235d0c3988328a70ddff (patch)
tree9790aced0b522655658b207a581127815ae87608 /modules/http2/h2_stream.h
parentremoved wrong error supression in h2 connection writes (diff)
downloadapache2-3c7bc8f5a0b8ec75ac47235d0c3988328a70ddff.tar.xz
apache2-3c7bc8f5a0b8ec75ac47235d0c3988328a70ddff.zip
no GOAWAYs on connection failures, sending last received stream id back in GOAWAY, no more flush attempts when session has already been aborted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1704262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/http2/h2_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/h2_stream.h b/modules/http2/h2_stream.h
index f6bd71a5f8..0608f2f340 100644
--- a/modules/http2/h2_stream.h
+++ b/modules/http2/h2_stream.h
@@ -72,7 +72,6 @@ struct h2_stream {
h2_stream *h2_stream_create(int id, apr_pool_t *pool, struct h2_mplx *m);
apr_status_t h2_stream_destroy(h2_stream *stream);
-void h2_stream_cleanup(h2_stream *stream);
apr_pool_t *h2_stream_detach_pool(h2_stream *stream);
void h2_stream_attach_pool(h2_stream *stream, apr_pool_t *pool);