QuantJock
Results
12
comments of
QuantJock
I confirmed that this is the case. Proxy.go does not initialize the ClientSessionCache, so session tickets are not supported. If you initialize at the end of NewProxyHttpServer(), session tickets again...
I'm forked from abourget's fork so can't submit a PR. But here is the code, just two lines: proxy.go: ``` import ( ... "crypto/tls" ) func NewProxyHttpServer() *ProxyHttpServer { ......