Hi, We have a web app running on Django 1.0 / modwsgi 2.0 / Apache 2.2.3. Sparsely, about 2~3 times a week, I receive emails about IOError as below:
Traceback (most recent call last): File "/projects/prod/python/2.5.1/lib/python2.5/site-packages/django/ core/handlers/base.py", line 86, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/projects/prod/www/views.py", line 159, in index searchby = request.POST.get('searchby', 'searchbyanno').lower() # valid values: searchbyanno or searchbyinterval File "/projects/prod/python/2.5.1/lib/python2.5/site-packages/django/ core/handlers/wsgi.py", line 169, in _get_post self._load_post_and_files() File "/projects/prod/python/2.5.1/lib/python2.5/site-packages/django/ core/handlers/wsgi.py", line 149, in _load_post_and_files self._post, self._files = http.QueryDict(self.raw_post_data, encoding=self._encoding), datastructures.MultiValueDict() File "/projects/prod/python/2.5.1/lib/python2.5/site-packages/django/ core/handlers/wsgi.py", line 203, in _get_raw_post_data size=content_length) File "/projects/prod/python/2.5.1/lib/python2.5/site-packages/django/ core/handlers/wsgi.py", line 69, in safe_copyfileobj buf = fsrc.read(min(length, size)) IOError: request data read error Mostly it happens on the root URL, but there is a case from other URL. I suspect that it is related to the network connection problem, but I can not re-produce it. Can anybody explain what doe this error mean exactly? Thanks. Chunlei --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---