nodejs http request - how to force fresh connection?
I am using nodejs to trigger some time critical events via http. How do I
force it to use fresh socket every request without creating multiple http
objects? Normally it sends all requests on one connection.
No comments:
Post a Comment