<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/waitress/task.py, branch workflows</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>move tests into test_proxy_headers</title>
<updated>2019-07-19T04:42:30+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-07-19T04:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=a15155f54e8ff615fd3f1db3cc35a60127fb58f3'/>
<id>a15155f54e8ff615fd3f1db3cc35a60127fb58f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move proxy headers to a middleware and return 400 for malformed values</title>
<updated>2019-06-29T20:58:45+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-06-29T20:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=3e68af8684000ad3b01b51ad12e68e9f48a2d7ee'/>
<id>3e68af8684000ad3b01b51ad12e68e9f48a2d7ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warn if there are more pending jobs than idle threads</title>
<updated>2019-04-05T16:19:33+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-05T16:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=c1b681d177db6019fea189d122cb51cdea489eae'/>
<id>c1b681d177db6019fea189d122cb51cdea489eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve shutdown logic by having channel.cancel() interrupt the app_iter</title>
<updated>2019-04-03T06:02:59+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-03T05:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=bfb63ca8d096cf16c011a90a6a48161eb49ec08e'/>
<id>bfb63ca8d096cf16c011a90a6a48161eb49ec08e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Instead of iterating over dictionary, use integer</title>
<updated>2019-04-03T04:47:58+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-04-03T03:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=f72bd6236edd30bf81c4ecf44f14e6081e851ecc'/>
<id>f72bd6236edd30bf81c4ecf44f14e6081e851ecc</id>
<content type='text'>
This avoids looping over the dictionary in `add_task` for the extra
complexity of keeping a simple counter of which threads are active or
not activate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids looping over the dictionary in `add_task` for the extra
complexity of keeping a simple counter of which threads are active or
not activate.
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of JustTesting hook</title>
<updated>2019-04-03T03:29:42+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-03T02:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=c083d0b7a645fe75c6a0ab0393be844cf2caf046'/>
<id>c083d0b7a645fe75c6a0ab0393be844cf2caf046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust queue depth warnings to emit when all threads are busy</title>
<updated>2019-04-03T02:46:49+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-03T01:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=34af957c1472aca30650f75698da467ca037d8f1'/>
<id>34af957c1472aca30650f75698da467ca037d8f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close the buffer if a write fails before the channel takes over handling it</title>
<updated>2019-03-26T05:59:26+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-26T05:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=ef1f87adaa966395a7ea3c7f68bcb7acf1eee694'/>
<id>ef1f87adaa966395a7ea3c7f68bcb7acf1eee694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip brackets from REMOTE_ADDR for IPv6</title>
<updated>2019-01-26T05:17:36+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-01-26T05:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=00b30a393efafa036ac39e1f8e7b912181086965'/>
<id>00b30a393efafa036ac39e1f8e7b912181086965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Before adding brackets, verify it's not an IPv4 address</title>
<updated>2019-01-26T05:15:06+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-01-26T05:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=672241a66842d999ec47a6327123eba0825dd363'/>
<id>672241a66842d999ec47a6327123eba0825dd363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
