Hacker News new | ask | show | jobs
by inlined 228 days ago
Maybe they’re not using keepalives in their clients causing thousands of handshakes per second?
1 comments

Yes, they mention this as a 'fix' for connection-related memory usage:

> Disable keep-alive: close the connection immediately after each upload completes.

Very odd idea.

Possibly missing session resumption support compounding the problem.