Skip to content

Commit

Permalink
Update internal/testingproxy/netemhttps.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Sep 15, 2023
1 parent 6a4b1c0 commit 0dc51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testingproxy/netemhttps.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (tc *netemTestCaseWithHTTPWithTLS) Run(t *testing.T) {
)
defer proxyServer.Close()

// crete the netx instance for the client
// create the netx instance for the client
netx := &netxlite.Netx{Underlying: &netxlite.NetemUnderlyingNetworkAdapter{UNet: clientStack}}

//log.SetLevel(log.DebugLevel)
Expand Down

0 comments on commit 0dc51f4

Please sign in to comment.