]> granicus.if.org Git - apache/blobdiff - include/http_core.h
Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespace
[apache] / include / http_core.h
index 7bbdde51dbaa65b052a080005fd0125be1246c8c..cac1f3b303d7810ff6b238a323d49f00a8116521 100644 (file)
@@ -740,7 +740,7 @@ typedef struct {
     char http_conformance;
 
 #define AP_HTTP_WHITESPACE_UNSET      0
-#define AP_HTTP_WHITESPACE_LENIENT    1
+#define AP_HTTP_WHITESPACE_UNSAFE     1
 #define AP_HTTP_WHITESPACE_STRICT     2
     char http_whitespace;