#1161·fasthttp

client: set response body as net.Buffers

Author: stokitoCreated Nov 15, 2021Updated Aug 28, 2026
Labelshelp wanted

The net.Buffers internally uses writev syscall so we can write multiple chunks without concatenation in buffer. This significantly improves performance and I wondered why fasthttp doesn't use it.