I have been having trouble with request.copy() and ReloadWSGI with WebOb >= 1.0.2.
In WebOb 1.0.2 and greater request.copy() hangs. static_url() uses request.copy() so my Pyramid application hangs as soon as it tries to serve some css. In WebOb 1.0.4 from pypi, it hangs at request.py:673 which is self.body = self.body_file_raw.read(-1). I think this might have something to do with the way Python file-for-a-socket objects survive (or don't) across a fork. ReloadWSGI opens a wsgiref simple_server and its socket in a parent process, forks, and then loads the application in a child process. If you've been having trouble running it then try WebOb 1.0.1 and let me know. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.