- a stream wrapper that defeats the idea of streams is not really useful, so remove...
[m6w6/ext-http] / http_headers_api.c
index a45e2823c5bf1cf6a1022d0c6c513412136ceea2..444c8dea144f35a629fef420628bee0f645da9c3 100644 (file)
@@ -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 ':':