From 76819ef99ab0986f9d5b174b68fed919e4cd9585 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 12 Oct 2000 09:54:32 +0000 Subject: aamine * lib/net/pop.rb: POP3#reset * lib/net/http.rb: a code for "Switch Protocol" was wrongly 100 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/http.rb') diff --git a/lib/net/http.rb b/lib/net/http.rb index 5d4d226cd2..4e96963da6 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -787,7 +787,7 @@ SRC HTTPCODE_TO_OBJ = { '100' => ContinueCode, - '100' => HTTPSwitchProtocol, + '101' => HTTPSwitchProtocol, '200' => HTTPOK, '201' => HTTPCreated, -- cgit v1.2.3