From 5113e8923cd08f3f5e877c2153c0f44597f16402 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 6 Feb 2001 12:26:25 +0000 Subject: aamine * lib/net/http.rb: call on_connect() on re-opening socket. * lib/net/pop.rb: also POP3 can use APOP auth. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index 8410497437..2b18a8e930 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -425,6 +425,7 @@ module Net req['connection'] = 'close' elsif @socket.closed? then @socket.reopen + on_connect end if @seems_1_0_server then req['connection'] = 'close' -- cgit v1.2.3