<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/webrick, branch v3_2_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Move webrick library into internal test toolchain</title>
<updated>2020-12-10T09:06:25+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-11-02T04:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5dc786bf86bb6e0da2639f88659598ec8b9db30d'/>
<id>5dc786bf86bb6e0da2639f88659598ec8b9db30d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert https://github.com/ruby/webrick/pull/44</title>
<updated>2020-11-13T03:06:42+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-11-13T03:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e70a1d9b7f71b0ed4a5808e24447dfef445c56ad'/>
<id>e70a1d9b7f71b0ed4a5808e24447dfef445c56ad</id>
<content type='text'>
  Because the test for this change was still broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Because the test for this change was still broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] add mime type of extention .mjs</title>
<updated>2020-11-13T02:36:50+00:00</updated>
<author>
<name>hisanori</name>
<email>hisary@gmail.com</email>
</author>
<published>2020-09-26T12:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=37e5b367c1925fe04855713c8ec1ad963285e938'/>
<id>37e5b367c1925fe04855713c8ec1ad963285e938</id>
<content type='text'>
https://github.com/ruby/webrick/commit/45d68f9eba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/webrick/commit/45d68f9eba
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] Allow empty POST and PUT requests without content length</title>
<updated>2020-11-13T02:35:10+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2020-07-15T15:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=957efa95cc12c608705a5663256226f022ea6c7f'/>
<id>957efa95cc12c608705a5663256226f022ea6c7f</id>
<content type='text'>
RFC 7230 section 3.3.3 allows for this.

Fixes #30

https://github.com/ruby/webrick/commit/069e9b1908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 7230 section 3.3.3 allows for this.

Fixes #30

https://github.com/ruby/webrick/commit/069e9b1908
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate `send` into `public_send` and `__send__`</title>
<updated>2020-10-27T07:12:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-10-27T04:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3198e7abd70bd2af977f2bb6c967e9df8f91adb0'/>
<id>3198e7abd70bd2af977f2bb6c967e9df8f91adb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] Make it more strict to interpret some headers</title>
<updated>2020-09-29T07:40:33+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-09-29T04:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d23d2f3f6fbb5d787b0dd80675c489a692be23e2'/>
<id>d23d2f3f6fbb5d787b0dd80675c489a692be23e2</id>
<content type='text'>
Some regexps were too tolerant.

https://github.com/ruby/webrick/commit/8946bb38b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some regexps were too tolerant.

https://github.com/ruby/webrick/commit/8946bb38b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"</title>
<updated>2020-09-24T13:20:02+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-09-24T13:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=757e185cee44c627f9e573c926fd73843f81006b'/>
<id>757e185cee44c627f9e573c926fd73843f81006b</id>
<content type='text'>
  This reverts commit ed12019ce6abe87aac87ec77ac081d37b25180a2.

  https://github.com/ruby/ruby/runs/1160423667?check_suite_focus=true#step:14:752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  This reverts commit ed12019ce6abe87aac87ec77ac081d37b25180a2.

  https://github.com/ruby/ruby/runs/1160423667?check_suite_focus=true#step:14:752
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] Allow shutdown_pipe to be passed in via @config</title>
<updated>2020-09-24T12:37:06+00:00</updated>
<author>
<name>John W Higgins</name>
<email>wishdev@gmail.com</email>
</author>
<published>2020-05-30T21:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f64bea6d66335daf799c2223b7f4bc0d099424cb'/>
<id>f64bea6d66335daf799c2223b7f4bc0d099424cb</id>
<content type='text'>
https://github.com/ruby/webrick/commit/30152b4bf9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/webrick/commit/30152b4bf9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] Allow empty POST and PUT requests without content length</title>
<updated>2020-09-24T12:34:07+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2020-07-15T15:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ed12019ce6abe87aac87ec77ac081d37b25180a2'/>
<id>ed12019ce6abe87aac87ec77ac081d37b25180a2</id>
<content type='text'>
RFC 7230 section 3.3.3 allows for this.

Fixes #30

https://github.com/ruby/webrick/commit/069e9b1908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 7230 section 3.3.3 allows for this.

Fixes #30

https://github.com/ruby/webrick/commit/069e9b1908
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/webrick] Ensure server port numbers are numeric and ensure they are stored as integers</title>
<updated>2020-09-24T12:31:55+00:00</updated>
<author>
<name>John W Higgins</name>
<email>wishdev@gmail.com</email>
</author>
<published>2020-07-26T07:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4715a24dd277515077af441c1d31aeb2431917f5'/>
<id>4715a24dd277515077af441c1d31aeb2431917f5</id>
<content type='text'>
https://github.com/ruby/webrick/commit/86ed621e11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/webrick/commit/86ed621e11
</pre>
</div>
</content>
</entry>
</feed>
