<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/tests, branch speedup-test-suite</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>If we are not on Windows use fork for multiprocessing</title>
<updated>2020-11-26T19:30:46+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-11-26T19:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=ab5bbaea511994a543de84bf4d2197551a45142b'/>
<id>ab5bbaea511994a543de84bf4d2197551a45142b</id>
<content type='text'>
This speeds up the test suite significantly by reducing the overhead of
spawning a new process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This speeds up the test suite significantly by reducing the overhead of
spawning a new process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #310 from perfact/notify-client-close</title>
<updated>2020-10-31T07:03:50+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2020-10-31T07:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=31d7498c84cf0041f37beb503fd0ddf78d9d41e2'/>
<id>31d7498c84cf0041f37beb503fd0ddf78d9d41e2</id>
<content type='text'>
Notify client close</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notify client close</pre>
</div>
</content>
</entry>
<entry>
<title>Allow tasks to notice if client disconnected</title>
<updated>2020-10-25T08:36:34+00:00</updated>
<author>
<name>Viktor Dick</name>
<email>vd@perfact.de</email>
</author>
<published>2020-08-11T19:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=a514a47e55f0a663477831d083f608a7d2db035b'/>
<id>a514a47e55f0a663477831d083f608a7d2db035b</id>
<content type='text'>
This inserts a callable `waitress.client_disconnected` into the
environment that allows the task to check if the client disconnected
while waiting for the response at strategic points in the execution,
allowing to cancel the operation.

It requires setting the new adjustment `channel_request_lookahead` to a
value larger than 0, which continues to read requests from a channel
even if a request is already being processed on that channel, up to the
given count, since a client disconnect is detected by reading from a
readable socket and receiving an empty result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This inserts a callable `waitress.client_disconnected` into the
environment that allows the task to check if the client disconnected
while waiting for the response at strategic points in the execution,
allowing to cancel the operation.

It requires setting the new adjustment `channel_request_lookahead` to a
value larger than 0, which continues to read requests from a channel
even if a request is already being processed on that channel, up to the
given count, since a client disconnect is detected by reading from a
readable socket and receiving an empty result.
</pre>
</div>
</content>
</entry>
<entry>
<title>warn when the server stops listening for connections because its in overflow</title>
<updated>2020-10-22T07:52:02+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-22T07:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=866ceac9d51e2a9f3434cce55aa478fd455e07f1'/>
<id>866ceac9d51e2a9f3434cce55aa478fd455e07f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Blacken the added test</title>
<updated>2020-10-22T04:35:14+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-10-22T04:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=5570c7c9931d32f7558e08143d32125a745ec56b'/>
<id>5570c7c9931d32f7558e08143d32125a745ec56b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to validate Request Headers too large fails with 431 status</title>
<updated>2020-10-22T04:28:00+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-10-22T04:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=c85f7e3ce2bfa6024b0ac8b3cefcb2b206f5e047'/>
<id>c85f7e3ce2bfa6024b0ac8b3cefcb2b206f5e047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Black formatting update</title>
<updated>2020-09-07T18:59:22+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-09-07T18:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=fcfe88c49034e4f5e6316a581ac57aaaf9613346'/>
<id>fcfe88c49034e4f5e6316a581ac57aaaf9613346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup comment, this is a Windows issue</title>
<updated>2020-08-16T23:55:05+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T23:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=0d0163fc78917cbc8bbc9c3cf646c3392d38275a'/>
<id>0d0163fc78917cbc8bbc9c3cf646c3392d38275a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup deprecation warnings</title>
<updated>2020-08-16T23:49:07+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T07:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=d5b17e1912cc4df7c8f6ab4daf78d72ab4c01de1'/>
<id>d5b17e1912cc4df7c8f6ab4daf78d72ab4c01de1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ENOTCONN as a valid error</title>
<updated>2020-08-16T23:49:07+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T07:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=bdb0f369733618222ec85bbc6e14ca0f910d12f9'/>
<id>bdb0f369733618222ec85bbc6e14ca0f910d12f9</id>
<content type='text'>
This may happen on macOS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may happen on macOS
</pre>
</div>
</content>
</entry>
</feed>
