drpc icon indicating copy to clipboard operation
drpc copied to clipboard

drpcserver: Find alternative to net.Error.IsTemporary because it's depcrated

Open ifraixedes opened this issue 3 years ago • 0 comments

Find an alternative to net.Error.IsTemporary because it's deprecated.

I see that's at least used in:

  • https://github.com/storj/drpc/blob/0a6ae7bccab6f01ca6390a7a5bf9abeee71624d2/drpcserver/util.go#L18
  • https://github.com/storj/drpc/blob/0a6ae7bccab6f01ca6390a7a5bf9abeee71624d2/drpcserver/util_windows.go#L31

ifraixedes avatar Jul 07 '22 11:07 ifraixedes