size = min((int)rbuf.potentialSpaceSize(), size);
if (size <= 0) {
debugs(83, DBG_IMPORTANT, "Not enough space to hold " <<
- rbuf.contentSize() << "+ byte " << description);
+ rbuf.contentSize() << "+ byte " << description);
return -1;
}
debugs(83, 5, "recorded " << bytes << " bytes of " << description);
}
return bytes;
- }
-
+}
/// Called whenever the SSL connection state changes, an alert appears, or an
/// error occurs. See SSL_set_info_callback().
Ssl::ServerBio::read(char *buf, int size, BIO *table)
{
return record_ ?
- readAndBuffer(buf, size, table, "TLS server Hello") : Ssl::Bio::read(buf, size, table);
+ readAndBuffer(buf, size, table, "TLS server Hello") : Ssl::Bio::read(buf, size, table);
}
// This function makes the required checks to examine if the client hello