X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_headers_api.c;h=444c8dea144f35a629fef420628bee0f645da9c3;hb=649aada485583ccac67928e0700cb5f1b963f4e8;hp=a45e2823c5bf1cf6a1022d0c6c513412136ceea2;hpb=64de794f91af7565602a1183c5ed3fda2de99f35;p=m6w6%2Fext-http diff --git a/http_headers_api.c b/http_headers_api.c index a45e282..444c8de 100644 --- a/http_headers_api.c +++ b/http_headers_api.c @@ -360,7 +360,6 @@ PHP_HTTP_API STATUS _http_parse_headers_ex(const char *header, HashTable *header if (header_len) do { int value_len = 0; - /* note: valgrind may choke on that -- should be safe though */ switch (*line++) { case ':':