n0-computer / quic-rpc

A streaming rpc system based on quic
Other
94 stars 12 forks source link

fix(http2): don't log normal occurrences as errors #24

Closed rklaehn closed 1 year ago

rklaehn commented 1 year ago

When a request is complete, the flume channel will be droppped. When a request is aborted from the client side, you will get a network error. Neither of these cases warrant logging with error level.