--- url.c 2006-02-23 13:20:43.171875000 +0800 +++ url.c.bak 2006-02-21 15:46:41.000000000 +0800 @@ -1822,7 +1822,7 @@ */ static int handleSock4Proxy(struct connectdata *conn) { - unsigned char socksreq[9]; /* room for SOCKS4 request */ + unsigned char socksreq[600]; /* room for large user/pw (255 max each) */ int result; CURLcode code; curl_socket_t sock = conn->sock[FIRSTSOCKET]; @@ -1893,12 +1893,6 @@ } /* - * Note : - * Nonsupport "Identification Protocol (RFC1413)" in current. - */ - socksreq[8] = 0; /* NUL ending the nonexistent userid */ - - /* * Make connection */ {