Skip to content

http2: Handle all http2 errors on stream close

Carlos Garcia Campos requested to merge carlosgc/http2-protocol-errors into master

Set the data error and save thee http2 error to ensure we don't retry the message in case of unhandled http2 error.

Merge request reports