Closed chadvoegele closed 2 years ago
Hi @mpcjanssen!
Back in 2020, I was having some trouble with a stream was reset: NO_ERROR error that was fixed by using okhttp version 4.10.0-RC1. https://github.com/mpcjanssen/simpletask-android/issues/1099
stream was reset: NO_ERROR
okhttp
4.10.0-RC1
It looks like a change was made a year ago to 'not vendor Sardine' which reverted okhttp back to 4.9.0, and reintroduced the error. https://github.com/mpcjanssen/simpletask-android/commit/e10108322734df2bb222e83874e78542fbaddb09
4.9.0
Would it be possible to flip to 4.10.0-RC1 again?
For some reason, 4.10.0 is not working but 5.0.0-alpha.10 is. If a 5.0.0 version is ever released, there would be some hope to not use a RC version. If you want, I could instead try to upgrade the okhttp version in sardine-android.
4.10.0
5.0.0-alpha.10
5.0.0
sardine-android
Thanks!
Merged, thanks
Thank you!
I would like to ask if the stable version of okhttp 4.10.0 has fixed this problem? or can only use the RC-1 version?
Thank you~~ @chadvoegele
Hi @mpcjanssen!
Back in 2020, I was having some trouble with a
stream was reset: NO_ERROR
error that was fixed by usingokhttp
version4.10.0-RC1
. https://github.com/mpcjanssen/simpletask-android/issues/1099It looks like a change was made a year ago to 'not vendor Sardine' which reverted okhttp back to
4.9.0
, and reintroduced the error. https://github.com/mpcjanssen/simpletask-android/commit/e10108322734df2bb222e83874e78542fbaddb09Would it be possible to flip to
4.10.0-RC1
again?For some reason,
4.10.0
is not working but5.0.0-alpha.10
is. If a5.0.0
version is ever released, there would be some hope to not use a RC version. If you want, I could instead try to upgrade theokhttp
version insardine-android
.Thanks!