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

Submit request header report for timed-out requests #62

Merged
merged 1 commit into from
Aug 23, 2019

Conversation

mrickard
Copy link
Contributor

Updating request key filtering and recording settings to allow headers we want to include
Coercing comparison to lower-case to allow for case differentials
Defining request.hostname from request.host if it's missing (as with Axios)
Filtering/flattening recorded request headers early in case of a timeout
Wrapping response handling in a conditional, if some aspect of the request means it should be dropped

Closes #41

…s we want to include

Coercing comparison to lower-case to allow for case differentials
Defining request.hostname from request.host if it's missing (as with Axios)
Filtering/flattening recorded request headers early in case of a timeout
Wrapping response handling in a conditional, if some aspect of the request means it should be dropped
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.

AutoHTTP: request headers not captured on timeout
2 participants