Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Timeout to include DNS and Socket connection #179

Merged

Conversation

ollelindeman
Copy link
Contributor

[Work In Progress]

@tulios
Copy link
Owner

tulios commented Mar 25, 2020

@ollelindeman can you also add this to the HTTP config:

onRequestWillStart(requestParams)
onRequestSocketAssigned(requestParams)
onSocketLookup(requestParams)
onSocketConnect(requestParams)
onSocketSecureConnect(requestParams)
onResponseReadable(requestParams)
onResponseEnd(requestParams)

They were added a while back, but we forgot to add a default null value; this is mainly to "document" their existence.

src/gateway/http.js Outdated Show resolved Hide resolved
@tulios
Copy link
Owner

tulios commented Mar 25, 2020

The build is green, there is something wrong with the travis integration
https://travis-ci.org/github/tulios/mappersmith/builds/666839040

@tulios tulios merged commit 152a97d into tulios:master Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants