crypto/tls: slow server-side handshake performance for RSA certificates without client session cache · Issue #20058 · golang/go

Both go 1.8 and go tip provides too slow server-side handshake performance for RSA certificates if the client doesn't use TLS session cache: $ go get -u github.com/valyala/fasthttp/fasthttputil $ G...