You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/08/16 22:29:39 UTC

svn commit: r1756555 - in /httpd/httpd/trunk/include: ap_mmn.h http_core.h

Author: wrowe
Date: Tue Aug 16 22:29:39 2016
New Revision: 1756555

URL: http://svn.apache.org/viewvc?rev=1756555&view=rev
Log:
Correct AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h bump

Modified:
    httpd/httpd/trunk/include/ap_mmn.h
    httpd/httpd/trunk/include/http_core.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1756555&r1=1756554&r2=1756555&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Tue Aug 16 22:29:39 2016
@@ -539,6 +539,9 @@
  * 20160608.7 (2.5.0-dev)  Add ap_check_pipeline().
  * 20160608.8 (2.5.0-dev)  Rename ap_proxy_check_backend() to
  *                         ap_proxy_check_connection().
+ * 20160608.9 (2.5.0-dev)  Renamed AP_HTTP_CONFORMANCE_LIBERAL to 
+ *                         AP_HTTP_CONFORMANCE_UNSAFE, and
+ *                         eliminated AP_HTTP_CONFORMANCE_LOGONLY
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -546,7 +549,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20160608
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 8                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 9                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a

Modified: httpd/httpd/trunk/include/http_core.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_core.h?rev=1756555&r1=1756554&r2=1756555&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_core.h (original)
+++ httpd/httpd/trunk/include/http_core.h Tue Aug 16 22:29:39 2016
@@ -735,9 +735,8 @@ typedef struct {
     char http09_enable;
 
 #define AP_HTTP_CONFORMANCE_UNSET     0
-#define AP_HTTP_CONFORMANCE_LIBERAL   1
+#define AP_HTTP_CONFORMANCE_UNSAFE    1
 #define AP_HTTP_CONFORMANCE_STRICT    2
-#define AP_HTTP_CONFORMANCE_LOGONLY   4
     char http_conformance;
 
 #define AP_HTTP_CL_HEAD_ZERO_UNSET    0