mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi
interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047
This commit is contained in:
parent
a243dd4587
commit
13dc82b9d4
5 changed files with 25 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ while (<TXT>) {
|
|||
. MIME::Base64::encode($data)
|
||||
. "-----END CERTIFICATE-----\n";
|
||||
open(CRT, ">>$crt") or die "Couldn't open $crt: $!";
|
||||
print CRT "\n$caname\n";
|
||||
print CRT "\n\"$caname\"\n";
|
||||
print CRT ("=" x length($caname) . "\n");
|
||||
if (!$opt_t) {
|
||||
print CRT $pem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue