Skip to content

Commit

Permalink
Remove initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoPG committed Jan 18, 2024
1 parent 0d6ba46 commit 8f5336f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpconnection.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func newHTTPConnectionNegotiation(reqURL *url.URL, address string, ctx context.C
reqURL.RawQuery = q.Encode()

// Select the best connection
var conn Connection = nil
var conn Connection
switch {
case negotiateResponse.hasTransport("WebTransports"):
// TODO
Expand Down

0 comments on commit 8f5336f

Please sign in to comment.