<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/httpserver.py, branch 0.5</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>There are class of unavoidable socket errors that occur when</title>
<updated>2006-03-05T18:10:49+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-05T18:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=a608db52d74ef32c320fc3f8fe90f3999a316464'/>
<id>a608db52d74ef32c320fc3f8fe90f3999a316464</id>
<content type='text'>
users click STOP or close their browsers during a SSL connection;
unfortunately pyOpenSSL didn't subclass socket.error for these
classes -- so we put in a work-around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
users click STOP or close their browsers during a SSL connection;
unfortunately pyOpenSSL didn't subclass socket.error for these
classes -- so we put in a work-around.
</pre>
</div>
</content>
</entry>
<entry>
<title>- misspelled daemon ;(</title>
<updated>2006-01-11T09:51:35+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-11T09:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=88839390a6e317da438ca5f8dc03a827aa62ea1f'/>
<id>88839390a6e317da438ca5f8dc03a827aa62ea1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- default server_version was in wrong spot ;)</title>
<updated>2006-01-11T09:39:54+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-11T09:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=d86df669d1df44c13249db2d955491de0884199f'/>
<id>d86df669d1df44c13249db2d955491de0884199f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- updated httpserver to have better documentation for serve()</title>
<updated>2006-01-11T08:11:04+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-11T08:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=3549c4ddf33a42981cdf74314ca38ac182f15800'/>
<id>3549c4ddf33a42981cdf74314ca38ac182f15800</id>
<content type='text'>
- added socket_timeout option
- added deamon_threads option
- the port option to serve() can now be a string
- now catching and re-routing most socket errors (which are routine)

- converted reload.py to use a deamon thread
- added comment why os._exit is used
- removed raise_keyboard_interrupt option (this might need
  to be re-added later, just not sure what it does)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added socket_timeout option
- added deamon_threads option
- the port option to serve() can now be a string
- now catching and re-routing most socket errors (which are routine)

- converted reload.py to use a deamon thread
- added comment why os._exit is used
- removed raise_keyboard_interrupt option (this might need
  to be re-added later, just not sure what it does)
</pre>
</div>
</content>
</entry>
<entry>
<title>- put where deamon_threads option should be (but commented out)</title>
<updated>2006-01-11T06:12:30+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-11T06:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=408ce1d2e6ddeb9ba1c97e9ae8e2e2259d56fb0c'/>
<id>408ce1d2e6ddeb9ba1c97e9ae8e2e2259d56fb0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>always send response even if there isn't a body (dumb mistake)</title>
<updated>2006-01-11T04:10:41+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-11T04:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=16ebf586f91c13486ec3e471320e7e734539e7e0'/>
<id>16ebf586f91c13486ec3e471320e7e734539e7e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moving httpserver from util sub-package up a level</title>
<updated>2006-01-09T06:26:36+00:00</updated>
<author>
<name>cce</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-09T06:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=95c32e90659ff1969ae542e3d6533283a34a76c2'/>
<id>95c32e90659ff1969ae542e3d6533283a34a76c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
