|
From: Oswald B. <osw...@gm...> - 2022-07-01 15:52:27
|
On Fri, Jul 01, 2022 at 05:34:05PM +0200, Yuri D'Elia wrote: >Socket error: receive buffer full. Probably protocol error. > make sure CRLF or other characters aren't mangled (i recently failed piping a binary file through ssh from android to linux, so this is a very real concern). you can try reverting 859b7dd7f and later ac3b5186b. other than that, i can only suggest you run with -DN and see where you get something that doesn't appear to make sense. >In the same vein, using Tunnel does result in mbsync getting stuck doing >nothing (waiting for connection close maybe?). > that could be if EOF isn't forwarded properly. `openssl s_client` for example needs -no_ign_eof. nc has a -q option, but it's for the other direction if i get it right. |