<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git, branch error-task-disconnect</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>handle client disconnections while rendering error response</title>
<updated>2019-03-29T02:00:39+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-29T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=8eb6507a59621f48462c05fbc5e855748992764b'/>
<id>8eb6507a59621f48462c05fbc5e855748992764b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #239 from Pylons/close-outbufs</title>
<updated>2019-03-28T16:05:17+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-03-28T16:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=47942f829edff2b1d608cd2d1ec46b2fbc37955f'/>
<id>47942f829edff2b1d608cd2d1ec46b2fbc37955f</id>
<content type='text'>
fix potential race condition when a socket closes unexpectedly</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix potential race condition when a socket closes unexpectedly</pre>
</div>
</content>
</entry>
<entry>
<title>fix potential race condition when a socket closes unexpectedly</title>
<updated>2019-03-28T04:43:24+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-28T04:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=c501a5bdce0d79af0251dff9952cde6a3fecf3bf'/>
<id>c501a5bdce0d79af0251dff9952cde6a3fecf3bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #238 from Pylons/close-app-iter-on-disconnect</title>
<updated>2019-03-28T02:42:11+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-03-28T02:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=bdda44a54d9c7dcb60f57685d05b327dc6b6d002'/>
<id>bdda44a54d9c7dcb60f57685d05b327dc6b6d002</id>
<content type='text'>
interrupt the app_iter if it tries to write to a closed socket</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interrupt the app_iter if it tries to write to a closed socket</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #237 from Pylons/update-tox</title>
<updated>2019-03-28T02:38:12+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2019-03-28T02:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=0b79fc399979ef8daa05883c2f820d08444655c7'/>
<id>0b79fc399979ef8daa05883c2f820d08444655c7</id>
<content type='text'>
use tox extras key for testing and add pypy3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use tox extras key for testing and add pypy3</pre>
</div>
</content>
</entry>
<entry>
<title>remove threading comment</title>
<updated>2019-03-26T14:07:05+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-26T14:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=585c72aa0bc20d6043a4a78c1a60442b2be09d55'/>
<id>585c72aa0bc20d6043a4a78c1a60442b2be09d55</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://git.baserock.org/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>interrupt the app_iter if it tries to write to a closed socket</title>
<updated>2019-03-26T05:40:54+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-26T05:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=29fb97ddc15632f53c8201820f33a1793d63928d'/>
<id>29fb97ddc15632f53c8201820f33a1793d63928d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use tox extras key for testing and add pypy3</title>
<updated>2019-03-26T03:49:47+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-26T03:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=ca2b7a178a36d50b41d22d0ca536415e2137061c'/>
<id>ca2b7a178a36d50b41d22d0ca536415e2137061c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prep v1.2.1</title>
<updated>2019-01-26T05:33:17+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-01-26T05:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=8111dd66188ffa225fd13ece31f6f9fcb34495ba'/>
<id>8111dd66188ffa225fd13ece31f6f9fcb34495ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
