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

Updated to separately handle header callbacks #11

Merged
merged 1 commit into from
Jun 13, 2017

Conversation

ymesika
Copy link
Contributor

@ymesika ymesika commented Jun 13, 2017

In preparation for HTTP/2 support in Kitura we've created a test case that uses the ClientRequest to communicate with a server that supports HTTP/2.
Before these changes the communication has been done over HTTP/1.1 and we had to update the ClientRequest to be able to request over HTTP/2 and parse an upgrade response correctly.

We added callback option to handle header separately as before this change they were handle together with the body.

@ymesika ymesika requested a review from shmuelk June 13, 2017 13:19
@shmuelk shmuelk merged commit 2af6624 into Kitura:master Jun 13, 2017
Copy link
Contributor

@shmuelk shmuelk left a comment

Choose a reason for hiding this comment

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

👍

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