You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tornado Web Server
I'm running a tornado wsgi app on the wsgiref.simple_server on jython.
I found that when posting data to the app, tornado always hangs when
reading the POST data.
I think that to fix this, in wsgi.py on line 120, the following:
(otherwise tornado will wait for the connection to close when all the
post data has been read already)
David Janssens
Ben Darnell
unread,
Feb 22, 2011, 4:03:36 PM2/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com, datrus
Looks like you're right. Fixed.
FYI, WSGIApplication has had very little testing (only on google app engine as far as I know), so you may run in to other little issues like this when running in another WSGI container.