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

push resources specified by 1xx + link: rel=preload sent from application server #916

Merged
merged 5 commits into from
May 31, 2016

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented May 17, 2016

WIP. Implements #672 (comment).

relates to kazuho/Starlet#29

@kazuho kazuho force-pushed the kazuho/http2/push-indication-using-1xx branch from 683154f to 58fa85b Compare May 17, 2016 07:54
@kazuho kazuho added this to the v2.1 milestone May 17, 2016
h2o_strtolower((char *)headers[i].name, headers[i].name_len);

/* handle 1xx response */
if (100 <= http_status && 199 <= http_status) {
Copy link
Contributor

Choose a reason for hiding this comment

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

http_status <= 199 or 199 >= http_status ?

Copy link
Member Author

Choose a reason for hiding this comment

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

@shohex Definitely! Thanks for noticing that.

@kazuho kazuho merged commit 5cf3833 into master May 31, 2016
kazuho added a commit that referenced this pull request Sep 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants