Hacker News new | ask | show | jobs
by svnpenn 1268 days ago
OP didn't link to the issue, so here it is:

https://github.com/caddyserver/caddy/issues/5276

also, OP didn't mention that its extremely easy to configure this, with Go itself:

https://godocs.io/net#TCPConn.SetNoDelay

1 comments

> OP didn't mention that its extremely easy to configure this

Maybe not explicitly, but it was definitely mentioned:

> From there, I went into the git-lfs codebase. I didn’t see any calls to setNoDelay

That's not the same function...