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
`bytes.Buffer` will always overallocate (for performance) and we don't
have a great way of predicting the correct size. So, instead, copy once
when we're done.