Skip to content

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

Merged
kazuho merged 5 commits into
masterfrom
kazuho/http2/push-indication-using-1xx
May 31, 2016
Merged

kazuho merged 5 commits into
masterfrom
kazuho/http2/push-indication-using-1xx

Conversation

@kazuho

@kazuho kazuho commented May 17, 2016

Copy link
Copy Markdown
Member

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
Comment thread lib/common/http1client.c Outdated
h2o_strtolower((char *)headers[i].name, headers[i].name_len);

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

Copy link
Copy Markdown
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
Copy Markdown
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