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
In phpseclibv3 we have exceptions when dealing with unreliable connections, which isn't handled well by SftpConnectionProvider and cause the retry mechanism to be bypassed.
Bug Report
Summary
In phpseclibv3 we have exceptions when dealing with unreliable connections, which isn't handled well by
SftpConnectionProvider
and cause the retry mechanism to be bypassed.flysystem/src/PhpseclibV3/SftpConnectionProvider.php
Lines 114 to 153 in 29eb78c
How to reproduce
Testing and reproducing this requires a flaky connection, here's a snippet that isolates the problem: https://3v4l.org/KmXsL
The text was updated successfully, but these errors were encountered: