diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-06-01 13:43:43 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-06-01 13:43:43 +0000 |
commit | af6a291fd87ed937c5d02418a11b2f2bed6bb2be (patch) | |
tree | b46a432476371eed699f5553643f6b7e36405b05 /lib/net/protocol.rb | |
parent | 36ca188de5e7a0877b00d64e29d0c1c682eea763 (diff) | |
download | ruby-af6a291fd87ed937c5d02418a11b2f2bed6bb2be.tar.gz ruby-af6a291fd87ed937c5d02418a11b2f2bed6bb2be.tar.xz ruby-af6a291fd87ed937c5d02418a11b2f2bed6bb2be.zip |
o smtp.rb: not catch NameError in auth
o http.rb: not close connection in get_body,
Only connection() closes socket
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/protocol.rb')
-rw-r--r-- | lib/net/protocol.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index fbfb254a6..02a469cc0 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -68,7 +68,7 @@ Object class Protocol - Version = '1.1.19' + Version = '1.1.20' class << self |