[
https://issues.apache.org/jira/browse/TS-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryo Okubo updated TS-3819:
--------------------------
Attachment: h2_errorlog_0001.patch
Logging H2 error codes to error.log if they're not NO_ERROR. In this patch,
error log example is as below:
{noformat}
20150805.18h51m42s ConnectionError: sent GOAWAY
(last_stream_id=0,error_code=PROTOCOL_ERROR(1))
20150805.18h51m42s StreamError: sent RST_STREAM
(stream_id=1,error_code=PROTOCOL_ERROR(1))
20150805.18h51m42s ConnectionError: sent GOAWAY
(last_stream_id=0,error_code=FRAME_SIZE_ERROR(6))
{noformat}
> H2 error logging
> ----------------
>
> Key: TS-3819
> URL: https://issues.apache.org/jira/browse/TS-3819
> Project: Traffic Server
> Issue Type: New Feature
> Components: HTTP/2
> Reporter: Ryo Okubo
> Attachments: h2_errorlog_0001.patch
>
>
> RST_STREAM and GOAWAY may deliver [various
> errors|https://tools.ietf.org/html/rfc7540#section-7]. I want to record them
> to error.log
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)