You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚡️ Faster ResponseReader: simpler too large guards
We should only check these twice per loop: once before and once after
each `read_line`.
Checking after reading the line handles two cases at once:
* when we run out of buffer space without completing the response
* when we don't have enough buffer space for the incoming literal
(benchmarks will be posted with the PR)
0 commit comments