-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lib/webrick/server.rb (GenericServer#start): should rescue
Exception to avoid unexpected aborting. [ruby-core:01853] * lib/webrick/server.rb (GenericServer#start_thread): should check that peeraddr isn't nil before printing. * lib/webrick/httpresponse.rb (HTTPResponse#start_thread): should rescue Exception to avoid unexpected aborting of thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
gotoyuzo
committed
Dec 4, 2003
1 parent
dc9603b
commit 8e17144
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Thu Dec 4 08:29:43 2003 GOTOU Yuuzou <[email protected]> | ||
|
||
* lib/webrick/server.rb (GenericServer#start): should rescue | ||
Exception to avoid unexpected aborting. [ruby-core:01853] | ||
|
||
* lib/webrick/server.rb (GenericServer#start_thread): should check | ||
that peeraddr isn't nil before printing. | ||
|
||
* lib/webrick/httpresponse.rb (HTTPResponse#start_thread): should | ||
rescue Exception to avoid unexpected aborting of thread. | ||
|
||
Thu Dec 4 03:48:59 2003 Tanaka Akira <[email protected]> | ||
|
||
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters