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

Move FormData serialization to occur only on http2 requests #30

Closed
wants to merge 1 commit into from

Conversation

tejaede
Copy link
Collaborator

@tejaede tejaede commented Jul 25, 2017

No description provided.

@@ -322,7 +322,7 @@ function enableXHROverH2(XMLHttpRequest, configuration) {
var self = this;

// Also fix support for node-http2 FormData
body = serializeXhrBody(xhrInfo, body);
Copy link
Contributor

Choose a reason for hiding this comment

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

Please move with or remove corresponding comment
// Also fix support for node-http2 FormData

@tejaede
Copy link
Collaborator Author

tejaede commented Jul 26, 2017

Closing in favor of #31

@tejaede tejaede closed this Jul 26, 2017
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