Skip to content

Commit

Permalink
Fix #3128
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Mar 12, 2024
1 parent 950a64e commit d3a218f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/internet/httpupgrade/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ func dialhttpUpgrade(ctx context.Context, dest net.Destination, streamSettings *
} else {
conn = tls.Client(pconn, tlsConfig)
}

requestURL.Scheme = "https"
} else {
conn = pconn
requestURL.Scheme = "http"
}

Expand Down

0 comments on commit d3a218f

Please sign in to comment.