mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Backport of HttpRequest enhancements from 0.4. Patch to specify --prefix from Scott Laird. Fix for ids not working with GC.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@292 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
a24136cd55
commit
ab3c8082de
7 changed files with 488 additions and 437 deletions
|
|
@ -28,7 +28,9 @@ class WebServerTest < Test::Unit::TestCase
|
|||
@server = HttpServer.new("127.0.0.1", 9998,num_processors=1)
|
||||
@tester = TestHandler.new
|
||||
@server.register("/test", @tester)
|
||||
@server.run
|
||||
redirect_test_io do
|
||||
@server.run
|
||||
end
|
||||
end
|
||||
|
||||
def teardown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue