kawipiko
kawipiko copied to clipboard
Check if `TCP_NODELAY` is enabled by default on new connections
As per https://withinboredom.info/blog/2022/12/29/golang-is-evil-on-shitty-networks/ it seems TCP_NODELAY
is enabled by default for TCP connections (also accepted ones?). Check if this is the case with fasthttp
.