Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connection: close connection on transport error
This commit forces a connection to close if a transport emits error. Socket-related errors should have been already doing this, but parse errors just emitted error events that caused the invalid chunk to be parsed over and over again if the event was intercepted. Refs: #76 PR-URL: #78
- Loading branch information