rinto
rinto
I'm using cantook. And this client does not support Pagination and "Sync read progress" with Kavita. [Komga said](https://komga.org/docs/guides/opds/) this client support that features. Plz support that features. I really like...
It seems to occur in the client configuration, based on the following log: `reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response`. Does the same exception occur when you set `spring.cloud.gateway.server.webflux.httpclient.max-header-size` as well?
How about reading the first 5 bytes, applying the filter, and then restoring the same 5 bytes by wrapping the filtered stream with a SequenceInputStream — i.e., concatenating ByteArrayInputStream(header5) +...
It appears that the method signature referenced in this issue no longer matches the current implementation. The reported method was: ```java org.springframework.http.HttpStatus org.springframework.http.server.reactive.ServerHttpResponse.getStatusCode() ``` However, the current implementation is: ```java...
The above analysis pertains to the `Relevant Log Snippet (2025-10-16 11:02:30.898)`, and additional investigation is required for the section where the request was not delivered.