X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=421c9912cf57082283554c2c4ca759c82a098c4e;hp=d9b9e4ec5fb75df794cfbbf3bcda77c8d2a20d66;hb=95c6c900d04096d332c422e3f597186b7184c5ab;hpb=1bef05c9e90799c57722bdb4865e6829373fee20 diff --git a/php_http_misc.h b/php_http_misc.h index d9b9e4e..421c991 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -27,6 +27,9 @@ /* send buffer size */ #define PHP_HTTP_SENDBUF_SIZE 40960 +/* allowed characters of header field names */ +#define PHP_HTTP_HEADER_NAME_CHARS "!#$%&'*+-.^_`|~1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + /* SLEEP */ #define PHP_HTTP_DIFFSEC (0.001)