<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/net/http/responses.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/net-http] [DOC] Suppress documentation for internals</title>
<updated>2025-11-10T03:38:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-10T03:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3147df87baf8898e6fb3c1482e7a5ed58945c97a'/>
<id>3147df87baf8898e6fb3c1482e7a5ed58945c97a</id>
<content type='text'>
https://github.com/ruby/net-http/commit/b7c586985a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/b7c586985a
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "[ruby/net-http] [DOC] Suppress documentation for internals"</title>
<updated>2025-11-09T13:18:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-09T13:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fe0342a860bc3aceb5f51707732545f83a0ac35'/>
<id>4fe0342a860bc3aceb5f51707732545f83a0ac35</id>
<content type='text'>
This reverts commit af610e107c3a7515228843eb6b1c5978f2ee2685.
Reverted by a mistake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af610e107c3a7515228843eb6b1c5978f2ee2685.
Reverted by a mistake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/net-http] [DOC] Suppress documentation for internals"</title>
<updated>2025-11-09T13:11:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-09T12:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=af610e107c3a7515228843eb6b1c5978f2ee2685'/>
<id>af610e107c3a7515228843eb6b1c5978f2ee2685</id>
<content type='text'>
This reverts commit 155cdce539a95b510a80a19e3840cde6b293cd4d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 155cdce539a95b510a80a19e3840cde6b293cd4d.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] [DOC] Suppress documentation for internals</title>
<updated>2025-11-09T12:06:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-09T09:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=155cdce539a95b510a80a19e3840cde6b293cd4d'/>
<id>155cdce539a95b510a80a19e3840cde6b293cd4d</id>
<content type='text'>
https://github.com/ruby/net-http/commit/e4d80bd609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/e4d80bd609
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Freeze some constants to improve Ractor compatibility</title>
<updated>2025-05-17T00:42:12+00:00</updated>
<author>
<name>Daisuke Aritomo</name>
<email>osyoyu@osyoyu.com</email>
</author>
<published>2025-02-03T14:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aa0f689bf45352c4a592e7f1a044912c40435266'/>
<id>aa0f689bf45352c4a592e7f1a044912c40435266</id>
<content type='text'>
Freeze `Net::HTTP::SSL_IVNAMES`, `Net::HTTPResponse::CODE_CLASS_TO_OBJ`
and `Net::HTTPResponse::CODE_TO_OBJ` to improve Ractor compatibility.

This change allows the following code to work:

    Ractor.new {
      uri = URI.parse('http://example.com')
      http = Net::HTTP.new(uri.host, uri.port)
      http.open_timeout = nil
      http.read_timeout = nil
      http.get('/index.html')
    }

https://github.com/ruby/net-http/commit/9f0f5e4b4d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Freeze `Net::HTTP::SSL_IVNAMES`, `Net::HTTPResponse::CODE_CLASS_TO_OBJ`
and `Net::HTTPResponse::CODE_TO_OBJ` to improve Ractor compatibility.

This change allows the following code to work:

    Ractor.new {
      uri = URI.parse('http://example.com')
      http = Net::HTTP.new(uri.host, uri.port)
      http.open_timeout = nil
      http.read_timeout = nil
      http.get('/index.html')
    }

https://github.com/ruby/net-http/commit/9f0f5e4b4d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Remarks on inclusions</title>
<updated>2023-02-02T14:16:59+00:00</updated>
<author>
<name>BurdetteLamar</name>
<email>burdettelamar@yahoo.com</email>
</author>
<published>2023-02-01T21:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e5a77f1ae73f4a6bf7b2b868be674ab8c714c7a'/>
<id>3e5a77f1ae73f4a6bf7b2b868be674ab8c714c7a</id>
<content type='text'>
https://github.com/ruby/net-http/commit/dfd060c583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/dfd060c583
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Adding links to references</title>
<updated>2022-12-26T22:17:18+00:00</updated>
<author>
<name>BurdetteLamar</name>
<email>burdettelamar@yahoo.com</email>
</author>
<published>2022-12-24T15:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f678d61a597fc2871031d7a38698f3dd63d8c29'/>
<id>8f678d61a597fc2871031d7a38698f3dd63d8c29</id>
<content type='text'>
https://github.com/ruby/net-http/commit/1c8151aaf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/1c8151aaf3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] [DOC] Adding links to references</title>
<updated>2022-12-26T06:09:21+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-12-22T14:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8c8645f57895d97f5f3da06759c10853ba705a22'/>
<id>8c8645f57895d97f5f3da06759c10853ba705a22</id>
<content type='text'>
(https://github.com/ruby/net-http/pull/97)

https://github.com/ruby/net-http/commit/768115167a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/net-http/pull/97)

https://github.com/ruby/net-http/commit/768115167a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/net-http] Adding links to references</title>
<updated>2022-12-26T06:09:21+00:00</updated>
<author>
<name>BurdetteLamar</name>
<email>burdettelamar@yahoo.com</email>
</author>
<published>2022-12-21T17:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=35aba09e7f0d6b643c6446f44acdec654519ca64'/>
<id>35aba09e7f0d6b643c6446f44acdec654519ca64</id>
<content type='text'>
https://github.com/ruby/net-http/commit/b85530e6b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/net-http/commit/b85530e6b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply the accidental commits again before Ruby 3.2.</title>
<updated>2022-12-26T03:07:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-26T03:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd6c7613f31a371326d86de55af15918d6aa01f1'/>
<id>cd6c7613f31a371326d86de55af15918d6aa01f1</id>
<content type='text'>
  Reverts the following commits:

  eb8d4d7b5145849325985c00b810b8d75661d86e
  edb83dc3a2c374e880e8eb488152872152790e92
  d40064d1846b5835dff81e3f168c0c3a6c85e814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Reverts the following commits:

  eb8d4d7b5145849325985c00b810b8d75661d86e
  edb83dc3a2c374e880e8eb488152872152790e92
  d40064d1846b5835dff81e3f168c0c3a6c85e814
</pre>
</div>
</content>
</entry>
</feed>
