about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11_parser.h')
-rw-r--r--ext/http11/http11_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/http11/http11_parser.h b/ext/http11/http11_parser.h
index 6ca9cef..8d49a42 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/http11/http11_parser.h
@@ -26,7 +26,8 @@ typedef struct http_parser {
   element_cb request_uri;
   element_cb query_string;
   element_cb http_version;
-
+  element_cb header_done;
+  
 } http_parser;
 
 int http_parser_init(http_parser *parser);