Prior to this commit, we passed a nil context to the .QueryCtx() and .createDefaultRequest() methods. Using any of the context.Context method-set against a nil value will cause a panic. This patch passest context.Background() instead of nil. Closes: 18137 |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
example_test.go | ||
params.go | ||
udp.go |