From 005f12582975d8382851b740690f97dba35aaa2a Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 21 Jan 2000 12:52:24 +0000 Subject: Version 1.1.4 o (HTTP) allow no content-length data git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/pop.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/net/pop.rb') diff --git a/lib/net/pop.rb b/lib/net/pop.rb index 772c46ac23..0ec2481557 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -48,8 +48,6 @@ Net::Protocol class POP3 < Protocol - Version = '1.1.3' - protocol_param :port, '110' protocol_param :command_type, '::Net::POP3Command' -- cgit v1.2.3