Reset pointer to the beginning of authentication file

This commit is contained in:
Andrea Ruggiero 2024-10-10 21:59:17 +02:00 committed by GitHub
commit a4fb6b5172
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,6 +213,7 @@ class RawConnection {
$this->authStream = fopen('php://temp', 'w+');
fwrite($this->authStream, $auth);
rewind($this->authStream);
}
/**