about HTTPS request

From: atit_ldce <atit_ldce@dont-contact.us>
Date: Mon, 3 Mar 2003 18:07:31 +0530 (GMT+05:30)

in urlParse method of url.c when request is for https protocol

method will be METHOD_CONNECT

now consider follwing code that i have copied from function
 if (method == METHOD_CONNECT) {
        debug(17,3) ("urlParse: Protocol %d Method %d \n",protocol,method);
        port = CONNECT_PORT;
        if (sscanf(url, "%[^:]:%d", host, &port) < 1)
            return NULL;

so we have protocol = PROTO_NONE;
why protocol is not set to PROTO_HTTPS?

is there any bug? or it has special purpose for not to set protcol to PROTO_HTTPS

_____________________________________________________________________
Get your internet connection from the fastest growing digital network.
ICENET
visit our site www.icenet.net
Received on Mon Mar 03 2003 - 00:11:51 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:23 MST