You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: fix port forward responses getting truncated (#206466)
There was a bug in the compression loop where the compressor could
indicate that it processed all input, but was waiting for space in the
output buffer in order to send the data We didn't handle this case so
data would just get stuck in the buffer and dropped when the connection
closed.
A fix with more tweaks is found in #206464, but this change is
sufficient to resolve the issue for me.
Refs microsoft/vscode-remote-release#9594
0 commit comments