well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Use latest http2 with `RST_STREAM` fix #75

Closed edsko closed 4 months ago

edsko commented 4 months ago

After this fix, the interop status is now as below, reference client against grapesy server:

Test Python C++
cancel_after_begin
cancel_after_first_response
client_compressed_streaming
client_compressed_unary
client_streaming
custom_metadata
empty_stream
empty_unary
large_unary
ping_pong
server_compressed_streaming
server_compressed_unary
server_streaming
special_status_message
status_code_and_message
timeout_on_sleeping_server
unimplemented_method
unimplemented_service

(❔ entries are where the test is not supported by the reference client.)