Skip to content

Add cancellation reporting middleware

Jacob Vosmaer requested to merge cancel-middleware into master

Closes #334 (closed)

We seem to get quite a few context cancellations in production but those requests error out with various 'internal' errors like 'Unavailable'. I think it would be more useful if cancellations got the GRPC code 'Canceled'.

Merge request reports