- add ob_(deflate|inflate)handler
[m6w6/ext-http] / http_headers_api.c
index a45e2823c5bf1cf6a1022d0c6c513412136ceea2..12be14fdf53c4932b77749e4afe3f642551808e8 100644 (file)
@@ -24,8 +24,6 @@
 #include "php_http_api.h"
 #include "php_http_headers_api.h"
 
-ZEND_EXTERN_MODULE_GLOBALS(http);
-
 #ifndef HTTP_DBG_NEG
 #      define HTTP_DBG_NEG 0
 #endif
@@ -360,7 +358,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 ':':