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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---