mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fixed a format string error.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@191 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
ef96cf1248
commit
8a499b5df3
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ module Mongrel
|
|||
end
|
||||
rescue EOFError,Errno::ECONNRESET,Errno::EPIPE,Errno::EINVAL,Errno::EBADF
|
||||
# ignore these since it means the client closed off early
|
||||
STDERR.puts "Client closed socket early requesting file #{req}: #$!"
|
||||
STDERR.puts "Client closed socket early requesting file #{path}: #$!"
|
||||
end
|
||||
|
||||
def write(data)
|
||||
|
|
Loading…
Reference in a new issue