Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Destroy HTTP cache connections on timeout
Summary: Changelog: **[Fix]**: Destroy HTTP cache connections on timeout instead of hanging. From Node's [docs](https://nodejs.org/api/http.html#event-timeout): > [The `'timeout'` event is emitted] when the underlying socket times out from inactivity. This only notifies that the socket has been idle. The request must be destroyed manually. Reviewed By: robhogan Differential Revision: D51978782 fbshipit-source-id: 60bba1d35283853c9d3e27133c77045562f7148d
- Loading branch information