/************************************************************************/
// FunctionName :
//
// Description  :
//
// Parameters
// [in]
//			--------   : -
//
// [out]
//			nothing
//
// Returns
//			--- : -
//
// Calls
//			------() : -
//
// Globals
//			int sock	     : the main socket id.
//			FILE *log	 	 : file id for the general log
//			FILE *access_log : file id for the access log
//			enum bool debug	 : if debug is true, we are in debug mode
//
/************************************************************************/

big
 _____
|  __ \
| |__) | __ _____  ___   _
|  ___/ '__/ _ \ \/ / | | |
| |   | | | (_) >  <| |_| |
|_|   |_|  \___/_/\_\\__, |
                      __/ |
                     |___/

digital
+-+-+-+-+-+
|P|r|o|x|y|
+-+-+-+-+-+

standard
 ____
|  _ \ _ __ _____  ___   _
| |_) | '__/ _ \ \/ / | | |
|  __/| | | (_) >  <| |_| |
|_|   |_|  \___/_/\_\\__, |
                     |___/

			/* ------------------------------------- */
			//										 //
			//  +-+-+-+-+-+-+ +-+-+-+-+-+ +-+-+-+-+  //
			//  |S|i|m|p|l|e| |P|r|o|x|y| |2|0|0|4|  //
			//  +-+-+-+-+-+-+ +-+-+-+-+-+ +-+-+-+-+  //
			//										 //
			//										 //
