spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

agent: handle connection-level errors correctly #295

Closed anandsuresh closed 2 years ago

anandsuresh commented 7 years ago

The old code was missing a handler for the connection-level "error" events. This commit adds an error-handler that re-emits the "error" on the agent so that user-code can handle as needed.

anandsuresh commented 7 years ago

Whoops... missed this message @diasdavid. Will update the PR and ping back.

daviddias commented 7 years ago

@anandsuresh any update ?