Actions
Bug #8905
closedTake into account that Django development server is not powerful
Start date:
05/30/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
It seems that a development server of Django 2 sometimes does not handle requests well like a production server. Instead it rejects them, breaks pipes, uploaded files, etc. Before we did not suffer from this issue so much, but now it happens often and we lose quite many verification results. Anyway we should not rely on any server and spend as much time as could be necessary to perform reliable and predictable communication.
Actions