- don't call into ext/zlib any longer
[m6w6/ext-http] / php_http_std_defs.h
index 7f65f849442d63dea15382b36563073f03b67ff5..0cc40c9fb73c6acbc8eb250c6f18cbd1e6fa94e4 100644 (file)
@@ -96,12 +96,10 @@ typedef int STATUS;
 #define HTTP_DEFAULT_CACHECONTROL "private, must-revalidate, max-age=0"
 
 /* max URL length */
-#define HTTP_URL_MAXLEN 2048
-#define HTTP_URI_MAXLEN HTTP_URL_MAXLEN
+#define HTTP_URL_MAXLEN 4096
 
 /* def URL arg separator */
 #define HTTP_URL_ARGSEP "&"
-#define HTTP_URI_ARGSEP HTTP_URL_ARGSEP
 
 /* send buffer size */
 #define HTTP_SENDBUF_SIZE 40960