Amr Hassan

Results 8 comments of Amr Hassan

I'm getting the exact same behaviour with version `0.15.13a` under heavy load on the pooled HTTP client. ``` 11:54:46 ERROR org.http4s.blaze.pipeline.Stage:259 ReadBufferingStage received unhandled error command java.lang.Exception: Cannot send inbound...

Thank you so much @ilya-epifanov. This however fails when serializing nested structs wrapped in enums. ```rust use serde::Serialize; #[derive(Serialize)] struct Row { nested_one: Option, nested_two: Nested, } #[derive(Serialize)] struct Nested...

It would be excellent to have this.

@Atsky Specifying `/usr` as GHC SDK path worked for me as well. Thanks!

/attempt #1959

Hi. I've made an attempt [here](https://github.com/qdrant/qdrant/pull/2010) with some dubious design decisions. Happy to discuss and take it further if necessary.

@BabaBert Yes the PR has a working solution, pending merging.

I've managed to get around the hanging connection issue by setting the `net.ipv4.tcp_retries2` Linux parameter to a lower value. This makes undeliverable packets fail the established stream earlier.