1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

9 commits

Author SHA1 Message Date
zedshaw
c45b6f077e LGPL preamble on all source files.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@203 19e92222-5c0b-0410-8929-a290d50e31e9
2006-05-21 14:46:42 +00:00
why
0c566e721f Empty requests were tossing an exception. Found while testing Tepee.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@177 19e92222-5c0b-0410-8929-a290d50e31e9
2006-05-14 06:56:50 +00:00
why
001a467abd For now, each content-type gets special treatment in the Camping handler.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@158 19e92222-5c0b-0410-8929-a290d50e31e9
2006-04-11 03:24:53 +00:00
why
c8e46fcb00 Support large file uploads, moving them into a Tempfile should they cross the MAX_BODY threshold. The only change here really is that HttpRequest#body is now an IO object rather than a string. I changed the various handlers to support this.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@157 19e92222-5c0b-0410-8929-a290d50e31e9
2006-04-11 01:46:13 +00:00
why
3e5ca782bc Excuse my improprieties. Wrongful use of @response in the Camping handler. Calling send_status now.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@156 19e92222-5c0b-0410-8929-a290d50e31e9
2006-04-11 00:17:19 +00:00
why
3cf03ae9f3 Added send_file method to the HttpResponse, culling parts from the DirHandler. Added support for the X-SENDFILE header to the Camping bridge.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@155 19e92222-5c0b-0410-8929-a290d50e31e9
2006-04-11 00:00:52 +00:00
why
894f4a0bd3 Update setup.rb to silence errors on shebang replacement. Camping handler now allows passing back of an IO object, to allow large file streaming. Simpler underscore replacement on Tepee wiki words.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@154 19e92222-5c0b-0410-8929-a290d50e31e9
2006-04-10 18:56:16 +00:00
zedshaw
08b408b8f9 Slight mod to how mongrel/camping.rb works so that you can access the HttpServer (rather than acceptor thread).
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@90 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-09 06:11:21 +00:00
zedshaw
9a1895539d Support for Camping as a first-class citizen. The postamble is now one or two lines.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@85 19e92222-5c0b-0410-8929-a290d50e31e9
2006-03-07 01:44:24 +00:00