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
reduce allocations for proxying, especially body reads.
can we get away with not copying the body if we want to do retries? would have to see if for retries we can re-read the body
for response rewriting this should be ok, except we'd have to pipe what is being read through Gzip and Brotli encoders as necessary. if we do that, it'd have to be buffered to minimum blocksize for both algs
The text was updated successfully, but these errors were encountered:
Why
During this run, we consumed 8GB for 64k connections on HTTP1.1: https://github.com/simonmittag/j8a-performance/blob/master/results/7/pt-j8a1/output.json
What
The text was updated successfully, but these errors were encountered: