about summary refs log tree commit homepage
path: root/test/unit/test_tee_input.rb
DateCommit message (Expand)
2011-02-03test/unit: fix tests under Ruby 1.9.3dev
2010-11-20tests: stream_input tests for mixed gets/read calls
2010-11-13tee_input: restore read position after #size
2010-11-11add stream_input class and build tee_input on it
2010-10-07start using more compact parser API
2010-10-05tee_input: use kgio to avoid stack traces on EOF
2010-10-05test_tee_input: use a socketpair()
2010-10-04tee_input: update interface to use HttpRequest
2010-04-26http: pedantic fix for trailer-less chunked requests
2010-02-26tee_input: avoid instance variables, it's a struct
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-10-07tests for read-in-full vs readpartial semantics
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-07-16move all #gets logic to tee_input out of chunked_reader