You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by maskit <gi...@git.apache.org> on 2015/08/01 15:22:27 UTC

[GitHub] trafficserver pull request: TS-3497: Define Http2Error to classify...

GitHub user maskit opened a pull request:

    https://github.com/apache/trafficserver/pull/267

    TS-3497: Define Http2Error to classify errors

    HTTP/2 has two classes of error, connection error and stream error, defined on the section 5.4.
    Current implementation doesn't treat them not so well, so I'd like to add a structure `Http2Error` to classify errors.
    
    As a result, malformed requests will be treated as stream error.
    https://issues.apache.org/jira/browse/TS-3497

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maskit/trafficserver ts-3497

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/267.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #267
    
----
commit baed1df9db3f285f62ccc122d8997d274dc2e01d
Author: Masakazu Kitajo <m4...@gmail.com>
Date:   2015-07-31T17:25:09Z

    TS-3497: Define Http2Error to classify errors

----


---
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request: TS-3497: Define Http2Error to classify...

Posted by maskit <gi...@git.apache.org>.
Github user maskit commented on the pull request:

    https://github.com/apache/trafficserver/pull/267#issuecomment-127662136
  
    Rebased from current master to resolve conflict.


---
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver pull request: TS-3497: Define Http2Error to classify...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafficserver/pull/267


---
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---