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
My app was creating a lot of garbage in http header reading. This patch passes a slice
and removes and unnecessary intermediate copy.
This increased my throughput from ~2500qps -> ~3000qps on my test app.