diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-22 07:29:53 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-22 07:29:53 +0000 |
commit | e7a32324cb04c5ca665da94993b27e3d497b680e (patch) | |
tree | cb0d1515087edda8f475f6f4ccf9e8c4a2decd8a /lib/net/protocol.rb | |
parent | 5b89663cfa07d6edff2d33de6a776ad855a33749 (diff) | |
download | ruby-e7a32324cb04c5ca665da94993b27e3d497b680e.tar.gz ruby-e7a32324cb04c5ca665da94993b27e3d497b680e.tar.xz ruby-e7a32324cb04c5ca665da94993b27e3d497b680e.zip |
{protocol,smtp,pop,http}.rb 1.1.15
o http.rb: (keep_alive?) use both user header and response
o http.rb: (connecting) returns response
o http.rb: (connecting) proc u_header and yield it
o http.rb: (connecting) call user block in conecting
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@675 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 534cfa355..d8e358b95 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -15,7 +15,7 @@ require 'socket' module Net - Version = '1.1.14' + Version = '1.1.15' =begin |