You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
Hello, i'm using coreapi with django-rest-framework and have my server running in dev environment using django's runserver (python simplehttp).
The problem is 4/5 times I get requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) after fetching schema.
On network traffic dump i see that everything is ok and curl requests are always fine.
Any ideas?