haskell-grpc-native / http2-client

A native HTTP2 client in Haskell
BSD 3-Clause "New" or "Revised" License
43 stars 27 forks source link

Strictify implementation WRT to the RFC #9

Open lucasdicioccio opened 7 years ago

lucasdicioccio commented 7 years ago

We should make the http2-client library adhere more strictly to the RFC when the server sends bogus frames.

This is a meta bug and we should consider whether it's fine to be strict, loose, or let users pick whether to error on things like:

We should consider the performance/code readability trade-offs thoroughly on a case-by-case basis.