Roxen.git / server / plugins / protocols / prot_https.pike

version» Context lines:

Roxen.git/server/plugins/protocols/prot_https.pike:1:   // This is a roxen protocol module.   // Copyright © 2001, Roxen IS.    - // $Id: prot_https.pike,v 2.4 2001/08/23 05:33:44 nilsson Exp $ + // $Id: prot_https.pike,v 2.5 2002/06/14 00:38:39 nilsson Exp $      // --- Debug defines ---      #ifdef SSL3_DEBUG   # define SSL3_WERR(X) werror("SSL3: "+X+"\n")   #else   # define SSL3_WERR(X)   #endif      inherit SSLProtocol;      constant supports_ipless = 0;   constant name = "https";   constant prot_name = "https"; - constant requesthandlerfile = "protocols/http.pike"; + constant requesthandlerfile = "plugins/protocols/http.pike";   constant default_port = 443;         class fallback_redirect_request   {    string in = "";    string out;    string default_prefix;    int port;    Stdio.File f;