mod_wsgi: OSError: failed to write data
I keep getting an OSError: failed to write data
on my site. It seems my mysql data is not updating and deleting as it should be. But I cannot work out if this is to do with wsgi or the server. I have 3.5gb of RAM and it is hardly using 1gb. Here is my error log;
Am I missing something?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (10 by maintainers)
You will see that message when the HTTP client disconnects before all response data has been sent. It can occur normally if network connection dies (high chance for mobile users) or user navigates away from page before response comes.