1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-10 14:23:00 +03:00

Removed httplib_fc fake context

This commit is contained in:
Lammert Bies
2016-12-26 19:25:35 +01:00
parent f2a03be9db
commit 8118c908eb
44 changed files with 156 additions and 221 deletions

View File

@@ -118,7 +118,7 @@ void XX_httplib_handle_request( struct httplib_connection *conn ) {
*/
XX_httplib_send_http_error( conn, 503, "%s", "Error: SSL forward not configured properly" );
httplib_cry( conn, "Can not redirect to SSL, no SSL port available" );
httplib_cry( conn->ctx, conn, "Can not redirect to SSL, no SSL port available" );
}
return;