Mark Lumin
Mark Lumin
I wonder if the dapr-sdk can be compiled and used in a graalVM native-image project?
the `ProxyFrontendHandler#channelActive` would try to connect the target server and get a channelFuture, but this code works asynchronously, therefore, when request comes, the `channelRead` is invoked while the `outboundChannel` is...
# Summary add the missing connection reset of h2 connection when client cancel the request. fix #943 in discussion with #941
### Discussed in https://github.com/encode/httpcore/discussions/941 Originally posted by **MarkLux** August 9, 2024 **Background** 1. Using Http2Connection with a high concurrency stream num (e.g over 400 stream_ids reusing single connection) 2. Each...