Casey Zednick wrote: > Ian and Jakub, > > I also noticed a different large file problem, on Linux: 2.6.16, > Python: 2.5, Pylons: 0.9.6. When a large file upload failed, the > server thread handling the request would hang. I was able to > mitigate this problem with the following patch to Paste. How should > this be fixed? Note, I didn't see this problem on OS X.
This seems fine to me. It's not that surprising to me that it's platform-specific; different platforms handle these edge cases for sockets differently. I've applied your change to the trunk. Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
