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
I have seen that you use a lot of buffering (aka MemoryStream) for request and response parsing. It has some value for retries, but for the successful cases it causes unnecessary pressure on the GC.
Is this something you would accept a PR?
Steps To Reproduce
The text was updated successfully, but these errors were encountered:
Description
I have seen that you use a lot of buffering (aka MemoryStream) for request and response parsing. It has some value for retries, but for the successful cases it causes unnecessary pressure on the GC.
Is this something you would accept a PR?
Steps To Reproduce
The text was updated successfully, but these errors were encountered: