search for: test_response

Displaying 4 results from an estimated 4 matches for "test_response".

Did you mean: get_response
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned from github... there isn''t any .gemspec file or rake task that does this. Any help? -- Posted via http://www.ruby-forum.com/.
2006 Apr 11
0
Large file support (up and down) for Mongrel 0.13.3
...It works, you can upload gigs of files just fine. I''m honoring CHUNK_SIZE. There''s a threshold in a constant called MAX_BODY. If a file is larger, it''ll get canned in a Tempfile. Currently, it''s set to the same size as MAX_HEADER. I''ve added to the test_response.rb appropriately. I''ve tested the DirHander and CampingHandler. I''m going to test out the Rails handler now. _why [1] http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ [2] http://trac.lighttpd.net/trac/changeset/1097 [3] http://www.lighttpd.net/documentation/upload-progress...
2011 Jan 06
1
[PATCH] close client socket after closing response body
...cket before we have a chance to call body.close --- lib/unicorn/http_response.rb | 1 - lib/unicorn/http_server.rb | 1 + t/t0018-write-on-close.sh | 23 +++++++++++++++++++++++ t/write-on-close.ru | 11 +++++++++++ (Unnecessary unit test case omitted for email) test/unit/test_response.rb | 18 +++++++++--------- 5 files changed, 44 insertions(+), 10 deletions(-) create mode 100755 t/t0018-write-on-close.sh create mode 100644 t/write-on-close.ru diff --git a/lib/unicorn/http_response.rb b/lib/unicorn/http_response.rb index 3a03cd6..62b3ee9 100644 --- a/lib/unicorn/http_re...
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
I''m running jruby trunk which has integrated rubygems 1.0.0 and when I try and install mongrel with gem it blows up when the fastthread dependency tries to do a native compilation. I couldn''t find a copy of the gemspec in the svn checkout but looking at the one installed when gem installing mongrel didn''t show any platform differentiation. There is platform