Github user masaori335 commented on the pull request:
https://github.com/apache/trafficserver/pull/276#issuecomment-130510960
Result of h2spec with this patch.
```
...
68 tests, 65 passed, 1 skipped, 2 failed
===============================================================================
Failed tests
===============================================================================
5.3. Stream Priority
5.3.1. Stream Dependencies
à Sends HEADERS frame that depend on itself
- The endpoint MUST treat this as a stream error of type
PROTOCOL_ERROR
Expected: GOAWAY frame (ErrorCode: PROTOCOL_ERROR)
RST_STREAM frame (ErrorCode: PROTOCOL_ERROR)
Connection close
Actual: DATA frame (Length: 5895, Flags: 1)
5.4. Error Handling
5.4.1. Connection Error Handling
à Receives a GOAWAY frame
- After sending the GOAWAY frame, the endpoint MUST close the TCP
connection.
Expected: Connection close
Actual: Error: Connection closed, but did not receive a GOAWAY
Frame.
```
---
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.
---