From 1708d2e69e358c4903569091c064af257a779cc1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 27 Jul 2015 02:14:52 +0900 Subject: [PATCH] nghttpx: Add doc --- src/shrpx_connection.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shrpx_connection.cc b/src/shrpx_connection.cc index 8a34eac8..5d4cb88c 100644 --- a/src/shrpx_connection.cc +++ b/src/shrpx_connection.cc @@ -312,6 +312,7 @@ int Connection::tls_handshake() { } return SHRPX_ERR_INPROGRESS; case TLS_CONN_GOT_SESSION_CACHE: { + // Use the same trick invented by @kazuho in h2o project tls.wb->reset(); tls.rb->pos = tls.rb->begin();