about summary refs log tree commit homepage
path: root/test/unit/test_http_parser_ng.rb
DateCommit message (Expand)
2017-02-15Revert "remove response_start_sent"
2017-02-13remove response_start_sent
2015-06-06http: move response_start_sent into the C ext
2015-03-02http: remove experimental dechunk! method
2015-02-06fix uninstalled testing and reduce require paths
2014-09-17http: reduce parser from 72 to 56 bytes on 64-bit
2014-08-18http: remove the keepalive requests limit
2013-05-08HttpParser#next? becomes response_start_sent-aware
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-12-17http: test case for "Connection: TE"
2011-06-13http: dechunk! method to enter dechunk mode
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2011-01-05http_parser: add clear method, deprecate reset
2010-12-30tests: test parser works with keepalive_requests=0
2010-12-26http: #keepalive? and #headers? work after #next?
2010-12-20http: support keepalive_requests directive
2010-12-19http: delay clearing env on HttpParser#next?
2010-11-11http_parser: ensure keepalive is disabled when reset
2010-11-06http_parser: add HttpParser#next? method
2010-11-06enable HTTP keepalive support for all methods
2010-10-07http: fix behavior with pipelined requests
2010-10-07http: allow this to be used as a request object
2010-10-05http: raise empty backtrace for HttpParserError
2010-06-08http: ignore Version: header if explicitly set by client
2010-06-03test: http_parser_ng: fix broken assertion
2010-04-26http: pedantic fix for trailer-less chunked requests
2010-04-19http: negative/invalid Content-Length raises exception
2010-02-08test_http_parser_ng: remove redundant "coding: binary"
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-11-04http: extra test for bytewise chunked bodies
2009-11-04http: allow headers/trailers to be written byte-wise
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-09-03http: add HttpParser#headers? method
2009-09-02http: SERVER_PROTOCOL matches HTTP_VERSION
2009-09-02test_http_parser_ng: fix failing HTTP/0.9 test case
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-08-11http: add "HttpParser#keepalive?" method
2009-08-10http: rename read_body to filter_body
2009-08-09http: join repeated headers with a comma
2009-08-09http: add test for invalid trailer
2009-08-09http: unit tests for overflow and bad lengths
2009-08-09http: preliminary chunk decoding