From d048a9a8cc757d6b0078a47fa472eaefaa82b700 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2009 11:14:40 -0700 Subject: http11: remove unused variables/elements We don't do anything special with content length in the parser other than forcing the headers without the "HTTP_" prefix for Rack-compliance. --- ext/unicorn/http11/http11_parser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/unicorn/http11/http11_parser.h') diff --git a/ext/unicorn/http11/http11_parser.h b/ext/unicorn/http11/http11_parser.h index 6c332fe..15fbc92 100644 --- a/ext/unicorn/http11/http11_parser.h +++ b/ext/unicorn/http11/http11_parser.h @@ -14,7 +14,6 @@ typedef void (*field_cb)(void *data, const char *field, size_t flen, const char typedef struct http_parser { int cs; size_t body_start; - int content_len; size_t nread; size_t mark; size_t field_start; -- cgit v1.2.3-24-ge0c7