about summary refs log tree commit homepage
path: root/test/unit/test_upload.rb
DateCommit message (Expand)
2015-02-06fix uninstalled testing and reduce require paths
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-06-17ensure at_exit handlers run on graceful shutdown
2011-01-31test_upload: check size in server
2010-01-19initialize signal handlers before writing pid file
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-09test_upload: extra CRLF is needed
2009-07-01Force streaming input onto apps by default
2009-06-30TrailerParser integration into ChunkedReader
2009-06-29"Fix" tests that break with stream_input=false
2009-06-29test_upload: fix ECONNRESET with 1.9
2009-06-29test_upload: add tests for chunked encoding
2009-06-05Transfer-Encoding: chunked streaming input support
2009-04-27test_upload: still uncomfortable with 1.9 IO encoding...
2009-04-23Fix data corruption with small uploads via browsers
2009-04-16test_upload: ensure StringIO objects are binary
2009-04-01test_upload: fix a race condition in unlink test
2009-03-25Ensure Tempfiles are unlinked after every request
2009-03-18tests: do not trust (our correct use of) 1.9 encodings
2009-02-20test_upload: trap EPIPE if a connection shuts us down, too
2009-02-20test_upload: close urandom fd at teardown
2009-02-13test_upload: fix rename under 1.8
2009-02-13Remove tempfile reuse from HttpRequest, upload tests