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

ruby-changes:24426

From: drbrain <ko1@a...>
Date: Fri, 20 Jul 2012 11:05:45 +0900 (JST)
Subject: [ruby-changes:24426] drbrain:r36477 (trunk): * NEWS: Updated net/http for automatic proxy detection (#6546) and

drbrain	2012-07-20 11:05:27 +0900 (Fri, 20 Jul 2012)

  New Revision: 36477

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

  Log:
    * NEWS:  Updated net/http for automatic proxy detection (#6546) and
      automatic gzip and deflate compression (#6492, #6494).

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36476)
+++ ChangeLog	(revision 36477)
@@ -1,3 +1,8 @@
+Fri Jul 20 11:03:17 2012  Eric Hodel  <drbrain@s...>
+
+	* NEWS:  Updated net/http for automatic proxy detection (#6546) and
+	  automatic gzip and deflate compression (#6492, #6494).
+
 Fri Jul 20 10:55:38 2012  Eric Hodel  <drbrain@s...>
 
 	* lib/net/http.rb:  Net::HTTP now automatically detects and uses
Index: NEWS
===================================================================
--- NEWS	(revision 36476)
+++ NEWS	(revision 36477)
@@ -84,6 +84,11 @@
       * Fiber#resume cannot resume a fiber which invokes "Fiber#transfer".
 
 * net/http
+  * new features:
+    * Proxies are now automatically detected from the http_proxy environment
+      variable.  See Net::HTTP::new for details.
+    * gzip and deflate compression are now requested for all requests by
+      default.  See Net::HTTP for details.
   * new methods:
     * Net::HTTP#local_host
     * Net::HTTP#local_host=

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

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