uruun
uruun
Add a read buffer to improve performance of read_until and derived functions. Should fix https://github.com/robotframework/SSHLibrary/issues/425 - I used the tests included in the issue; the execution time of Read Until...
Remove two paramiko hacks done in `client.py`. They both seem like very old workarounds and their functionality can be achieved through official paramiko APIs. The first one set the banner...
The Read Until With Encoding Errors On Strict test is failing with `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfa in position 88: invalid start byte` (the "position" can differ). Turns...