You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/06/03 17:06:46 UTC

svn commit: r1599596 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Tue Jun  3 15:06:45 2014
New Revision: 1599596

URL: http://svn.apache.org/r1599596
Log:
Remove backported changes.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1599596&r1=1599595&r2=1599596&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Jun  3 15:06:45 2014
@@ -25,9 +25,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_balancer: Correctly encode user provided data in management
      interface. PR 56532 [Maksymilian, <max cert.cx>]
 
-  *) mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:"
-     scheme. PR55320. [Alex Liu <alex.leo.ca gmail.com>]
-
   *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
      to resume. PR56333 
      [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
@@ -48,10 +45,6 @@ Changes with Apache 2.5.0
   *) mod_cache: Don't add cached/revalidated entity headers to a 304 response.
      PR 55547. [Yann Ylavic]
 
-  *) mod_cache: Retry unconditional request with the full URL (including the
-     query-string) when the origin server's 304 response does not match the
-     conditions used to revalidate the stale entry.  [Yann Ylavic].
-
   *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
 
@@ -95,14 +88,6 @@ Changes with Apache 2.5.0
   *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
      event MPM (trunk-only). [Eric Covener]
 
-  *) mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine 
-     hangups from websockets origin servers. PR 56299
-     [Yann Ylavic, Edward Lu <Chaosed0 gmail com>, Eric Covener] 
-
-  *) mod_proxy_wstunnel: Don't pool backend websockets connections,
-     because we need to handshake every time. PR 55890.
-     [Eric Covener]
-
   *) mod_proxy_http: Add detach_backend hook (potentially usable
      in other proxy scheme handlers).  [Jeff Trawick]