Open Kite1717 opened 5 months ago
Can you provide some snippets or, even better, a small reproducer?
These screenshot contains flow. The error comes after the last screen recording I took. This only happens in slow motion videos.
The error message indicates the backend closed the connection in an unexpected manner. Maybe there's an issue on the backend with slow-motion videos?
You could also check what happens on the wire by enabling Netty logging https://vertx.io/docs/vertx-core/java/#netty-logging Or using a network traffic capturing tool.
Questions
I am using Vert.x 4.5.8. I have written a service for video upload. This service uploads the video and sends it as a request to a different service of ours. I am using Vert.x webclient for this. While there are no issues with normal videos, I get a connection error with slow-motion videos. The only error I receive is mentioned below.
io.vertx.core.http.HttpClosedException: Connection was closed
Version
4.5.8
Extra