about summary refs log tree commit homepage
path: root/ext/unicorn_http/global_variables.h
DateCommit message (Expand)
2018-12-26use rb_gc_register_mark_object
2017-03-08unicorn_http: reduce rb_global_variable calls
2012-04-17http: increase REQUEST_PATH maximum length to 4K
2011-05-05http_parser: add max_header_len accessor
2011-05-04return 414 for URI length violations
2010-12-20http: update setting of "https" for rack.url_scheme
2010-11-06enable HTTP keepalive support for all methods
2010-10-05http: raise empty backtrace for HttpParserError
2010-02-18http: cleanup globals and ABI namespace
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-08-17Documentation updates
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-08-09http: process Content-Length and Transfer-Encoding
2009-08-09http: move global initialization code
2009-08-09Refactoring unicorn_http C/Ragel code