Various mainly stylistic improvements.

This commit is contained in:
C. Guy Yarvin 2014-08-11 00:47:46 -07:00
parent 4f1377a91c
commit e17d585d3c

View File

@ -640,7 +640,7 @@ _cttp_message_complete(http_parser* par_u)
if ( u2_yes == coc_u->sec ) {
SSL_shutdown(coc_u->ssl.ssl_u);
_cttp_ccon_cryp_rout(coc_u);
uL(fprintf(uH, "cttp: close b: %p\n", coc_u));
// uL(fprintf(uH, "cttp: close b: %p\n", coc_u));
uv_close((uv_handle_t*)&coc_u->wax_u, _cttp_ccon_fail_cb);
}
return 0;