tailscale/client/tailscale
Tom DNetto 483109b8fc client/tailscale: Fix NPE caused by erroneous close in error case
Fixes https://github.com/tailscale/tailscale/issues/7572

When handling an error during `StreamDebugCapture`, the response body
is closed, even though the response struct is always nil. Thanks
to https://github.com/darkrain42 for debugging this!!

Signed-off-by: Tom DNetto <tom@tailscale.com>
2023-04-03 11:47:27 -07:00
..
apitype tailcfg, localapi: plumb device token to server 2023-02-03 10:28:11 -08:00
example/servetls all: update copyright and license headers 2023-01-27 15:36:29 -08:00
acl.go all: replace /kb/ links with /s/ equivalents 2023-03-13 14:21:15 -07:00
devices.go client/tailscale: add tags field to Device struct 2023-02-18 21:14:40 +00:00
dns.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
keys.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
localclient_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
localclient.go client/tailscale: Fix NPE caused by erroneous close in error case 2023-04-03 11:47:27 -07:00
required_version.go all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 2023-02-01 15:23:54 -08:00
routes.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tailnet.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tailscale.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00