nodules / asker

http.request wrapper with gzip, request retries and http.Agent tuning
MIT License
93 stars 11 forks source link

Request can be tried to execute with a dead agent #60

Closed kaero closed 11 years ago

kaero commented 11 years ago

Agent assigned for a requests in the constructor. Between the constructor call and call of the method execute agent can recieve the socketRemoved event and die (if agent is not persistent). Request execution will fail in this case.