From e1fbcc4cf91803fbe243e60067d7d58392299202 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 23 Jan 2012 12:25:22 +0000 Subject: ChangeLog added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3a65a3afff..9d86358aa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Jan 23 20:33:11 2012 Jason Kay + + * lib/net/http.rb (Net::HTTP#connect): Writing entire packet at + once to avoid incomplete transmission. Current code using + writeline was causing sub-optimal conversing with a proxy due to + the connect tunnel request headers being split over multiple + packets. The modification I made allows the connect request to + be written as one packet, avoiding problems and optimizing the + conversation. + + https://github.com/ruby/ruby/pull/72 + [Feature #5460] + Mon Jan 23 17:06:17 2012 NARUSE, Yui * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of -- cgit v1.2.3