-
Notifications
You must be signed in to change notification settings - Fork 602
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
Broken pipe errors after upgrading to 0.36.0 #893
Comments
Ai, that does not sound well. Could you try adding an integration test to reproduce this in the project? |
I'm also seeing this issue when transferring files with SCP, but only with certain files. If I downgrade to 0.35.0 it goes away |
I just made a PR with an integrationtest reproducing this bug. It seems like using compression (more precisely the |
@maltesmann Thanks for the test! @dkocher @ericparton Can you try whether the change in #901 resolves your issues? |
* add failing integrationtest for #893 * Fix zlib compression --------- Co-authored-by: Malte Otten <malte.otten@emsysvpp.de>
I'll keep this one open for a bit longer until @dkocher and/or @ericparton responded, but the PR has been merged already as it fixed the broken test ;) |
🎉 I can no longer reproduce with 5d040dd. |
After upgrading from 0.35.0 to 0.36.0 I see the following failures on the transport socket when sending write requests in integration tests.
The text was updated successfully, but these errors were encountered: