Le 18/03/2016 15:48, ic...@apache.org a écrit :
Author: icing
Date: Fri Mar 18 14:48:36 2016
New Revision: 1735610

URL: http://svn.apache.org/viewvc?rev=1735610&view=rev
Log:
Merge of 1735608,1735609 from trunk:

mod_http2: stream cleanup on GOAWAY handling, PUSHes prohibited after client 
GOAWAY.


Modified:
     httpd/httpd/branches/2.4.x/   (props changed)
     httpd/httpd/branches/2.4.x/CHANGES
     httpd/httpd/branches/2.4.x/modules/http2/h2.h
     httpd/httpd/branches/2.4.x/modules/http2/h2_conn_io.c
     httpd/httpd/branches/2.4.x/modules/http2/h2_filter.c
     httpd/httpd/branches/2.4.x/modules/http2/h2_mplx.c
     httpd/httpd/branches/2.4.x/modules/http2/h2_mplx.h
     httpd/httpd/branches/2.4.x/modules/http2/h2_session.c
     httpd/httpd/branches/2.4.x/modules/http2/h2_session.h
     httpd/httpd/branches/2.4.x/modules/http2/h2_version.h


Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1735610&r1=1735609&r2=1735610&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Mar 18 14:48:36 2016
@@ -1,10 +1,7 @@
                                                           -*- coding: utf-8 -*-
-Changes with Apache 2.4.19
-
-  *) mod_http2: slave connections are reused for several requests, improved
-     performance and better memory use. [Stefan Eissing]
-
Is this removal intentional?

CJ

+  *) mod_http2: disabling PUSH when client sends GOAWAY.
+
    *) mod_rewrite: Don't implicitly URL-escape the original query string
       when no substitution has changed it (like PR50447 but server context)
       [Evgeny Kotkov <evgeny.kotkov visualsvn.com>]

Reply via email to