X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_std_defs.h;h=0cc40c9fb73c6acbc8eb250c6f18cbd1e6fa94e4;hb=2a0b883ec4a4013bd1b6473123016ca0eb168cfc;hp=4b5f44d7b149143a7b8125ee654067afd9f465da;hpb=62279bb901c6180b0939cff882e69d218ab2206c;p=m6w6%2Fext-http diff --git a/php_http_std_defs.h b/php_http_std_defs.h index 4b5f44d..0cc40c9 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -97,11 +97,9 @@ typedef int STATUS; /* max URL length */ #define HTTP_URL_MAXLEN 4096 -#define HTTP_URI_MAXLEN HTTP_URL_MAXLEN /* def URL arg separator */ #define HTTP_URL_ARGSEP "&" -#define HTTP_URI_ARGSEP HTTP_URL_ARGSEP /* send buffer size */ #define HTTP_SENDBUF_SIZE 40960