Hy!
I'm using httplib2 to simulate several connections to test load on my application.
But the issue that I encounter is while testing several connections to my appication at the same time. I obtain the following error : AttributeError: 'NoneType' object has no attribute 'makefile'.
I don't really understand why this problem occure, because normally each thread which simulate a user has to use its own response, content for its get request.
I'm blocked with this problem for several days, and I tried all what I find on the net : like adding a patch (don't work, the attribute error is transformed in a connection refused error).
What am I missing ?
Thank you for your help!