pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Non persistent connections

Open eespitiarea opened this issue 5 years ago • 1 comments

Added an option to disable persistent connections in order to avoid issues with Django

eespitiarea avatar Jan 03 '19 23:01 eespitiarea

Actually, the latest version of pycurl already takes care of handle reuse on its own by resetting instead of closing, the explicit handle reuse in the framework is no longer necessary and, in my personal opinion, confusing - simple is better than complex, right? -, now, in regards to tcp persistent connections I rather this to be optional to avoid issues in very complicated use cases - don't want to ruin it for anyone else.

eespitiarea avatar Jan 08 '19 00:01 eespitiarea