From 2b67bb576af535744c303baf289386d910df49c8 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 8 Jul 2001 07:00:23 +0000 Subject: aamine * lib/net/http.rb: rename HTTP#request_by_name to send_request. * lib/net/protocol.rb (ProtoSocket#read): modify typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/protocol.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/net/protocol.rb') diff --git a/lib/net/protocol.rb b/lib/net/protocol.rb index aba2256b6e..edc0f24b6e 100644 --- a/lib/net/protocol.rb +++ b/lib/net/protocol.rb @@ -1,6 +1,6 @@ =begin -= net/protocol.rb version 1.2.2 += net/protocol.rb version 1.2.3 Copyright (c) 1999-2001 Yukihiro Matsumoto @@ -32,7 +32,7 @@ module Net class Protocol - Version = '1.2.2' + Version = '1.2.3' class << self @@ -532,7 +532,7 @@ module Net CRLF = "\r\n" - def read( len, dest = '', ignerr = false ) + def read( len, dest = '', igneof = false ) D_off "reading #{len} bytes..." rsize = 0 -- cgit v1.2.3