Does roUrlTransfer has a tendency to open a persistent connection if the object has lifetime and scope throught the application.
I mean if I create a roUrlTransfer object in global scope and keep reusing for all requests I am sending provided i am giving enough break( say 5 - 10 sec) between each call.
Does above scenario trigger the request to insert 100-continue in header?