about summary refs log tree commit homepage
path: root/test/unit/test_http_parser_ng.rb
DateCommit message (Expand)
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