Hello! In some applications a POST request may arrive without a content-length. It appears as if the Paste WSGI server closes the input socket in those cases right away.
In some other frameworks they consider this a bug. For example here: http://code.djangoproject.com/ticket/3057 Would it be ok to change that behavior in Paste as well? Juergen _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
