1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Updated net/http for automatic proxy detection (#6546) and

automatic gzip and deflate compression (#6492, #6494).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2012-07-20 02:05:27 +00:00
parent 9416becda4
commit daf1676441
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Jul 20 11:03:17 2012 Eric Hodel <drbrain@segment7.net>
* 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@segment7.net>
* lib/net/http.rb: Net::HTTP now automatically detects and uses

5
NEWS
View file

@ -84,6 +84,11 @@ with all sufficient information, see the ChangeLog file.
* 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=