<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/net, branch ruby_3_1</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Bump up net-http to 0.3.0.1</title>
<updated>2024-01-11T08:03:51+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-05T08:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e7b2fb3bb1d1a9cd833e611607484bc94188e11'/>
<id>4e7b2fb3bb1d1a9cd833e611607484bc94188e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump up net-http 0.3.0</title>
<updated>2022-10-24T14:07:33+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-10-24T09:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f08dee67dc41d961f9032ba18dc597ea072672fb'/>
<id>f08dee67dc41d961f9032ba18dc597ea072672fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) f88bff770578583a708093f4a0d8b1483a1d2039:</title>
<updated>2022-10-22T08:08:57+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2022-10-22T08:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2c1b1eae7c984c9ff4788d382bc2edcd4ed91ef5'/>
<id>2c1b1eae7c984c9ff4788d382bc2edcd4ed91ef5</id>
<content type='text'>
	[ruby/net-http] Revert "Replace Timeout.timeout in Net:HTTP#connect"

	This reverts commit https://github.com/ruby/net-http/commit/753cae3bbccc.

	https://github.com/ruby/net-http/commit/98caa38204
	---
	 lib/net/http.rb | 15 ++++++++-------
	 1 file changed, 8 insertions(+), 7 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[ruby/net-http] Revert "Replace Timeout.timeout in Net:HTTP#connect"

	This reverts commit https://github.com/ruby/net-http/commit/753cae3bbccc.

	https://github.com/ruby/net-http/commit/98caa38204
	---
	 lib/net/http.rb | 15 ++++++++-------
	 1 file changed, 8 insertions(+), 7 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) ac1bb6b51032ad8d34a1060f5f6b5b10b60dc183:</title>
<updated>2022-10-22T08:08:38+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2022-10-22T08:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3f3aebc23729f53c8c3564a33e7b83fc02072449'/>
<id>3f3aebc23729f53c8c3564a33e7b83fc02072449</id>
<content type='text'>
	[ruby/net-http] Rename `D` to `debug` in `Net::HTTP`

	Renames `D` to `debug` in `Net::HTTP` and introduces an alias for
	backwards compatibility. This was done for readability reasons, in that
	`D` did not clearly reflect what the method was doing and can cause some
	confusion.

	https://github.com/ruby/net-http/commit/582d6e87d6
	---
	 lib/net/http.rb | 33 ++++++++++++++++++---------------
	 1 file changed, 18 insertions(+), 15 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[ruby/net-http] Rename `D` to `debug` in `Net::HTTP`

	Renames `D` to `debug` in `Net::HTTP` and introduces an alias for
	backwards compatibility. This was done for readability reasons, in that
	`D` did not clearly reflect what the method was doing and can cause some
	confusion.

	https://github.com/ruby/net-http/commit/582d6e87d6
	---
	 lib/net/http.rb | 33 ++++++++++++++++++---------------
	 1 file changed, 18 insertions(+), 15 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] gemspec: Drop unused directive "executables"</title>
<updated>2021-11-17T10:09:14+00:00</updated>
<author>
<name>Olle Jonsson</name>
<email>olle.jonsson@gmail.com</email>
</author>
<published>2021-11-17T08:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c240ccd64396cfcd9e6d5998055657f70c323eef'/>
<id>c240ccd64396cfcd9e6d5998055657f70c323eef</id>
<content type='text'>
This gem exposes no executable files.

https://github.com/ruby/net-http/commit/3b3743f6ce
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gem exposes no executable files.

https://github.com/ruby/net-http/commit/3b3743f6ce
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-protocol] Update the required ruby version</title>
<updated>2021-11-16T11:56:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-22T12:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5bff4cd56cdaf8b4dc6d020112674e4b4f9cd956'/>
<id>5bff4cd56cdaf8b4dc6d020112674e4b4f9cd956</id>
<content type='text'>
https://github.com/ruby/net-protocol/commit/d4982420e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-protocol/commit/d4982420e6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Send Accept-Encoding header on HEAD method</title>
<updated>2021-11-11T08:34:00+00:00</updated>
<author>
<name>Shohei Maeda</name>
<email>irt_m.jrsyo@ntworkers.com</email>
</author>
<published>2021-06-06T09:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=52ab9bbee918c63faad32e3851b162691b984d40'/>
<id>52ab9bbee918c63faad32e3851b162691b984d40</id>
<content type='text'>
https://github.com/ruby/net-http/commit/9d95c5e3e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/9d95c5e3e6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Warn deprecated old constants</title>
<updated>2021-11-04T11:51:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-03T10:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3d8e1ee40f4aa780243458ee0e527807b948c8fd'/>
<id>3d8e1ee40f4aa780243458ee0e527807b948c8fd</id>
<content type='text'>
https://github.com/ruby/net-http/commit/2a97b4729b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/2a97b4729b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Fix the typo in a constant name</title>
<updated>2021-11-04T11:51:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-03T10:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b49dbe025f27a5024c579d3b690833ae8943d71d'/>
<id>b49dbe025f27a5024c579d3b690833ae8943d71d</id>
<content type='text'>
https://github.com/ruby/net-http/commit/dada6007bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/dada6007bf
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Reset keep_alive timer on new connection</title>
<updated>2021-11-04T11:44:04+00:00</updated>
<author>
<name>Kazuki Yamaguchi</name>
<email>k@rhe.jp</email>
</author>
<published>2021-04-29T11:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5f2c4e344dc2f19aab54523ae418800b08adaa61'/>
<id>5f2c4e344dc2f19aab54523ae418800b08adaa61</id>
<content type='text'>
The last_communicated timestamp is for HTTP persistent connection, to
decide whether the current TCP connection may be reused for the
subsequent requests or not. Naturally, the timer must be reset if the
connection is recreated since it is no longer relevant.

https://github.com/ruby/net-http/commit/0a013de42d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last_communicated timestamp is for HTTP persistent connection, to
decide whether the current TCP connection may be reused for the
subsequent requests or not. Naturally, the timer must be reset if the
connection is recreated since it is no longer relevant.

https://github.com/ruby/net-http/commit/0a013de42d
</pre>
</div>
</content>
</entry>
</feed>
