<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/src/waitress/task.py, branch bugfix/close-buffer</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>Add REMOTE_URI to the WSGI environ.</title>
<updated>2021-05-11T14:42:05+00:00</updated>
<author>
<name>Shane Hathaway</name>
<email>shane@willowrise.com</email>
</author>
<published>2021-05-11T14:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=22120803fed3bffc61c85c1b1acef8c2d68e620e'/>
<id>22120803fed3bffc61c85c1b1acef8c2d68e620e</id>
<content type='text'>
CHANGES.txt entry included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CHANGES.txt entry included.
</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://91.123.203.49/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>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://91.123.203.49/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>Remove useless try/finally wrapper</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-16T08:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=15dc1e82356fd0b0dc763480d42d6542261f28e6'/>
<id>15dc1e82356fd0b0dc763480d42d6542261f28e6</id>
<content type='text'>
This looks to be an artifact that was left behind from the original
codebase Waitress was forked from and no longer servces a purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This looks to be an artifact that was left behind from the original
codebase Waitress was forked from and no longer servces a purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce compat.py to minimum size</title>
<updated>2020-08-16T23:49:06+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T05:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d347823b8eb5bdc9ccecc440168032658bd752fa'/>
<id>d347823b8eb5bdc9ccecc440168032658bd752fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add isort to the project</title>
<updated>2020-08-16T04:07:51+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T04:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=1b4bcce97cceaae588b5508d42308f13be926ce2'/>
<id>1b4bcce97cceaae588b5508d42308f13be926ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-raise the original exception</title>
<updated>2020-08-16T01:55:04+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-07T07:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=0c88f5485572da3da8f18a833090c7dc0972ae64'/>
<id>0c88f5485572da3da8f18a833090c7dc0972ae64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>socket.error/IOError -&gt; OSError</title>
<updated>2020-08-16T01:55:03+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-07T06:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=78f48d4130da04aee0deac5d6d8491e2e3e0c750'/>
<id>78f48d4130da04aee0deac5d6d8491e2e3e0c750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove object from class definition</title>
<updated>2020-08-16T01:55:03+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-07T06:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=68384558429978a6cec0645d49121d7fd53511bd'/>
<id>68384558429978a6cec0645d49121d7fd53511bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update thread name to contain thread number</title>
<updated>2020-05-27T09:11:12+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-27T09:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=bebdaf59fc85694a243f56c180185fd58dd6c58b'/>
<id>bebdaf59fc85694a243f56c180185fd58dd6c58b</id>
<content type='text'>
This way loggers that use the thread name display useful information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way loggers that use the thread name display useful information
</pre>
</div>
</content>
</entry>
</feed>
