added some example sketchs

This commit is contained in:
Noah Laptop 2019-04-01 18:53:20 -07:00
parent 720735b496
commit 88d4061496
5 changed files with 536 additions and 1 deletions

View file

@ -343,7 +343,7 @@ int SSLClientImpl::m_start_ssl(const char* host, SSLSession& ssl_ses) {
setWriteError(SSL_BR_CONNECT_FAIL);
return 0;
}
// initlalize the SSL socket over the network
// initialize the SSL socket over the network
// normally this would happen in write, but I think it makes
// a little more structural sense to put it here
if (m_run_until(BR_SSL_SENDAPP) < 0) {