From 81026ea66279695206ea53287427c05281662572 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 9 Aug 2009 03:02:54 -0700 Subject: Switch to Ragel/C-based chunk/trailer parser This should be more robust, faster and easier to deal with than the ugly proof-of-concept regexp-based ones. --- ext/unicorn_http/global_variables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/unicorn_http/global_variables.h') diff --git a/ext/unicorn_http/global_variables.h b/ext/unicorn_http/global_variables.h index 3437ee2..1383ed4 100644 --- a/ext/unicorn_http/global_variables.h +++ b/ext/unicorn_http/global_variables.h @@ -3,7 +3,6 @@ static VALUE mUnicorn; static VALUE cHttpParser; static VALUE eHttpParserError; -static VALUE sym_http_body; static VALUE g_rack_url_scheme; static VALUE g_request_method; @@ -82,7 +81,6 @@ void init_globals(void) eHttpParserError = rb_define_class_under(mUnicorn, "HttpParserError", rb_eIOError); cHttpParser = rb_define_class_under(mUnicorn, "HttpParser", rb_cObject); - sym_http_body = ID2SYM(rb_intern("http_body")); } #undef DEF_GLOBAL -- cgit v1.2.3-24-ge0c7