mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Version bump to 0.3.8
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@76 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
629da1e5d7
commit
c270120143
2 changed files with 2 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -30,7 +30,7 @@ end
|
||||||
|
|
||||||
setup_extension("http11", "http11")
|
setup_extension("http11", "http11")
|
||||||
|
|
||||||
version="0.3.7.1"
|
version="0.3.8"
|
||||||
summary = "A small fast HTTP library and server that runs Rails, Camping, and Nitro apps."
|
summary = "A small fast HTTP library and server that runs Rails, Camping, and Nitro apps."
|
||||||
test_file = "test/test_ws.rb"
|
test_file = "test/test_ws.rb"
|
||||||
author="Zed A. Shaw"
|
author="Zed A. Shaw"
|
||||||
|
|
|
@ -54,6 +54,7 @@ class RailsHandler < Mongrel::HttpHandler
|
||||||
else
|
else
|
||||||
cgi = Mongrel::CGIWrapper.new(request, response)
|
cgi = Mongrel::CGIWrapper.new(request, response)
|
||||||
cgi.handler = self
|
cgi.handler = self
|
||||||
|
|
||||||
begin
|
begin
|
||||||
@guard.synchronize do
|
@guard.synchronize do
|
||||||
# Rails is not thread safe so must be run entirely within synchronize
|
# Rails is not thread safe so must be run entirely within synchronize
|
||||||
|
|
Loading…
Add table
Reference in a new issue