Bug with https fixed

Initial
Stephane Bortzmeyer 22 years ago
parent b19d48a6ec
commit 2dad35edf3

@ -479,7 +479,7 @@ main (argc, argv)
if (http) if (http)
{ {
sendline = sendline =
make_http_sendline (url, server, (int) ntohs (atoi(pbuf)), nocache); make_http_sendline (url, server, res->ai_protocol, nocache);
} }
else else
#endif #endif
@ -502,7 +502,8 @@ main (argc, argv)
} }
else else
{ {
sendline = make_icp_sendline (url, NULL, opcode, &length); /* TODO: echoping -v -i http://www.pasteur.fr/ 192.134.7.250 segfaults */
sendline = make_icp_sendline (url, (void *) NULL, opcode, &length);
} }
} }
else else
@ -762,6 +763,7 @@ main (argc, argv)
ERR_error_string (sslcode, NULL)); ERR_error_string (sslcode, NULL));
} }
} }
/* printf ("DEBUG: writing %s with SSL\n", sendline); */
} }
#endif #endif
/* Write something to the server */ /* Write something to the server */

Loading…
Cancel
Save