Commit 73375ae
fix: ReadBytesExact was calling itself instead of r.ReadBytes()
Infinite recursion caused StackOverflowException on every query.
ReadBytesExact must call r.ReadBytes(count) as the base read,
then check the returned length.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bd76500 commit 73375ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
| 806 | + | |
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
| |||
0 commit comments