diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 14:43:03 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 14:43:03 +0000 |
| commit | 26591946f27ed9dc2902ffd63a72e053b6cee433 (patch) | |
| tree | de21f112d9f6f935a2f9a744b4ff453ad51c8cb2 /ChangeLog | |
| parent | d5d58b892dd1771ded9b8161348752bcb980ef8f (diff) | |
| download | ruby-26591946f27ed9dc2902ffd63a72e053b6cee433.tar.gz ruby-26591946f27ed9dc2902ffd63a72e053b6cee433.tar.xz ruby-26591946f27ed9dc2902ffd63a72e053b6cee433.zip | |
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
should rescue Errno::EINVAL from TCPServer#accept. this exception
might occur if the server socket is not in ready to listen.
* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):
don't call TCPServer#close if the :ShutdownSocketWithoutClose is set.
* lib/webrick/config.rb (WEBrick::Config::General): add new parameter
:ShutdownSocketWithoutClose.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Dec 18 23:27:51 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): + should rescue Errno::EINVAL from TCPServer#accept. this exception + might occur if the server socket is not in ready to listen. + + * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): + don't call TCPServer#close if the :ShutdownSocketWithoutClose is set. + + * lib/webrick/config.rb (WEBrick::Config::General): add new parameter + :ShutdownSocketWithoutClose. + Tue Dec 18 22:51:47 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): |
