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

Send headers to a page with hash segments #16

Merged
merged 1 commit into from
Oct 27, 2015
Merged

Conversation

jkrems
Copy link
Member

@jkrems jkrems commented Oct 27, 2015

All the combinations of features.

if (isNewPage(request.url)) {
modifyRequest(remoteRequestOptions, newPageOptions);
}
console.log(' %j', remoteRequestOptions);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved so the additional options are correctly logged. Makes finding issues like this much easier.

@jkrems jkrems force-pushed the jk-hash-and-headers branch from ce6bf97 to 29201c6 Compare October 27, 2015 22:05
@jkrems
Copy link
Member Author

jkrems commented Oct 27, 2015

Ran a decently sized test suite that uses hash urls & headers. It passes against [email protected] with this change (didn't before):

# tests 277
# pass 277
# fail 0

@ageitgey
Copy link
Collaborator

Looks good. I guess we were just a little too hasty in the last PR.

jkrems added a commit that referenced this pull request Oct 27, 2015
Send headers to a page with hash segments
@jkrems jkrems merged commit a58a05a into master Oct 27, 2015
@jkrems jkrems deleted the jk-hash-and-headers branch October 27, 2015 22:50
@jkrems
Copy link
Member Author

jkrems commented Oct 27, 2015

v1.1.4

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