mercredi 1 octobre 2014

Is there any timeout set in Django 1.4?


Vote count:

0




I have got an issue with Django 1.4 and with Soaplib 2.0.


When I send from my client a request with some large arguments, Django raised an exception and send an email of this type : "[Django] ERROR (EXTERNAL IP): Internal Server Error: /uri/to/soap/service"



Traceback (most recent call last):
File "/path/to/my/project/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 129, in get_response
raise ValueError("The view %s.%s didn't return an HttpResponse object." % (callback.__module__, view_name))

ValueError: The view myproject/library.soap.wsgi.view didn't return an HttpResponse object.


I suspect Django to set a timeout and to close my connection during the process. Is there anyway to increase the timeout or is the problem caused by something else ?


By the way, I use Django only. I did not configure any Apache or Nginx.



asked 1 min ago







Is there any timeout set in Django 1.4?

Aucun commentaire:

Enregistrer un commentaire