[前][次][番号順一覧][スレッド一覧]

ruby-changes:22314

From: shyouhei <ko1@a...>
Date: Mon, 23 Jan 2012 21:25:32 +0900 (JST)
Subject: [ruby-changes:22314] shyouhei:r34363 (trunk): ChangeLog added.

shyouhei	2012-01-23 21:25:22 +0900 (Mon, 23 Jan 2012)

  New Revision: 34363

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34363

  Log:
    ChangeLog added.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34362)
+++ ChangeLog	(revision 34363)
@@ -1,3 +1,16 @@
+Mon Jan 23 20:33:11 2012  Jason Kay  <geniture@m...>
+
+	* 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  <naruse@r...>
 
 	* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]