Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Fixed buffer issue reading headers. | Mike Buland | |
We were only reading 1k of data in before, but if a header was more than 1k then we just would give up. Now we read as much as we can that has loaded into the buffer and if we run out we can try again, but if it's just a very long header we'll deal with it properly still. |