nghttpx: Add doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-07-27 02:14:52 +09:00
parent e3cdfd12ea
commit 1708d2e69e
1 changed files with 1 additions and 0 deletions

View File

@ -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();