Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reading encrypted frames that don't line up with network frames
we want to call step again if there's remaining data. pos + toWrite is what we consumed from this network frame to complete the encrypted frame. so if it's less than the total network frame (data.length), then call step again.
- Loading branch information