[GitHub] trafficserver pull request #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/833#discussion_r72921757 --- Diff: proxy/http2/Http2ConnectionState.cc --- @@ -1189,6 +1217,93 @@ Http2ConnectionState::send_headers_frame(Http2Stream *stream) }

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26112 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver pull request #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/833#discussion_r72921096 --- Diff: proxy/http2/Http2ConnectionState.cc --- @@ -1189,6 +1217,93 @@ Http2ConnectionState::send_headers_frame(Http2Stream *stream) }

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26111&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26111 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26110&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26110 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver pull request #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/833#discussion_r72919885 --- Diff: proxy/http2/Http2ConnectionState.cc --- @@ -41,7 +41,7 @@ static const int buffer_size_index[HTTP2_FRAME_TYPE_MAX] = { -1,

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26109&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26109 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/833 @maskit Yeh, saw the email now :). --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26108&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26108 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread maskit
Github user maskit commented on the issue: https://github.com/apache/trafficserver/pull/833 @jpeach Which parts of changes are those? I think all changes are related to the API or Server Push. @zwoop I sent a API proposal to dev@ about 11 hours ago. Please let me know if it l

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26107&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26107 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/833 Also, even with this being an experimental API, I think we should go through the normal API review process for this, right? --- If your project is set up for it, you can reply to this email and

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26106&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26106 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/833 There are quite a few changes that seem unrelated to the proposed API. Can you separate those out into an independent PR? --- If your project is set up for it, you can reply to this email and

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26105&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26105 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/833 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/389/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/833 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/492/ for details. --- If your project is set up for it, you can reply to this email and have your r

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26104&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26104 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver pull request #833: TS-3474: HTTP/2 Server Push support

2016-07-31 Thread maskit
GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/833 TS-3474: HTTP/2 Server Push support This PR adds an experimental API for server push, and an example plugin for it. ```c void TSHttpTxnServerPush(TSHttpTxn txnp, const char *url, int u

[jira] [Work logged] (TS-3474) HTTP/2 Server Push support in ATS

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-3474?focusedWorklogId=26103&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26103 ] ASF GitHub Bot logged work on TS-3474: -- Author: ASF GitHub Bot Cre

[jira] [Work logged] (TS-4554) ASAN crash (stack overflow) with H2 priorities

2016-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4554?focusedWorklogId=26102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26102 ] ASF GitHub Bot logged work on TS-4554: -- Author: ASF GitHub Bot Cre

[GitHub] trafficserver issue #830: TS-4554: Set max depth of Http2DependencyTree

2016-07-31 Thread maskit
Github user maskit commented on the issue: https://github.com/apache/trafficserver/pull/830 Can you add a test for the case that the current depth hit the maximum depth? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If