]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix in connection shutdown to no longer log after free, fixes in handling HTTP/2...
authorStefan Eissing <icing@apache.org>
Thu, 19 Nov 2015 14:04:30 +0000 (14:04 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 19 Nov 2015 14:04:30 +0000 (14:04 +0000)
commitd044bee78eee2fa98bc96d69fc59738a96982f93
tree7dc4fafcaa69efb22445a912cf15dfb219d28bcd
parentb7693e59415203a748469b5b5d3e4074753c9661
fix in connection shutdown to no longer log after free, fixes in handling HTTP/2 HEADER after DATA (trailers)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715184 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
modules/http2/h2_conn.c
modules/http2/h2_conn_io.c
modules/http2/h2_io.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_task_input.c
modules/http2/h2_util.c