rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
18k stars 1.19k forks source link

Please add optional TLS session resumption #198

Open costela opened 4 years ago

costela commented 4 years ago

Currently -disable-keepalive also implies a new TLS handshake per connection, which might not be what you want to test.

I propose adding session resumption through tls.Config.ClientSessionCache.

Small PR incoming :wink: