1
0
Fork 0
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:
zedshaw 2006-03-04 18:10:57 +00:00
parent 629da1e5d7
commit c270120143
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ end
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."
test_file = "test/test_ws.rb"
author="Zed A. Shaw"

View file

@ -54,6 +54,7 @@ class RailsHandler < Mongrel::HttpHandler
else
cgi = Mongrel::CGIWrapper.new(request, response)
cgi.handler = self
begin
@guard.synchronize do
# Rails is not thread safe so must be run entirely within synchronize