kaazing / http2-cache.js

2 stars 11 forks source link

Better error handling to avoid blocking http2 streams from flowing #123

Closed akrambek closed 5 years ago

akrambek commented 5 years ago

For some yet to be identified reason, the response coming from RA doesn't contain the payload and the client always expects to have payload. So when the client tries to decode missing payload it throws an error which makes the connection stream to stop flowing. There are few more cases where the client is throwing run time exception in side the http2 closures that causes the streams stop execution. This ticket is to track all changes to address above issues.

akrambek commented 5 years ago

https://github.com/kaazing/http2-cache.js/pull/122

akrambek commented 5 years ago

Released as 0.2.22 version.