OpenSSL Server Example
2003-05-24 12:24:54
View Code
Category: cpp:internet
Description: A basic threaded OpenSSL server with non-blocking connection handling. When a connection is made the thread waits for data to be recieved, then sends an html response so it can be tested with a browser. The thread closes the connection and terminates without waiting for more data.
Author: detour