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
As well as somewhat relevant one about usage of sync.Pool here.
Depending on how well this works we might want to reintroduce sync.Pool. Or even just recompressing/rencoding the body on each time we need to send it.
tl;dr: the point is not just to use the snappy-framing support, but to use it to optimize how we send the packet.
What?
Implement Snappy-Framing format, which is enabled by
Content-encoding: x-snappy-framed
Why?
Our backend supports it.
The text was updated successfully, but these errors were encountered: