-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Netty WriteTimeoutException with 1.0.0-beta-3 #685
Comments
Update on the investigation :It may have something to do with the Compression feature. |
There is a known bug around compression that causes it to close channel to early. It could cause timeouts but not completely sure yet. |
Workarounded in 1.0.0-beta-4 |
I just upgraded a WIP project of mine to Kotlin 1.3, and while doing this I upgraded Ktor from 0.9.5 to 1.0.0-beta-3.
Unfortunately, one of my pages (which worked just fine before), now doesn't load anything anymore (the client doesn't receive anything back from the server) and the server logs some of these :
(note that until I interrupt the browser trying to load the page these keep appearing at slow intervals, and that those don't get output to the logger, with no additional info)
It only happens for one of my pages and not the other one.
I will add more info (and try to make a simple test case for it) after a more thorough investigation of the issue, but was wondering if anyone was getting something similar.
The text was updated successfully, but these errors were encountered: