You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap with io.LimitReader() to protect against a potentially large response. The expected response is very small, but applying any limit should be an improvement.
The text was updated successfully, but these errors were encountered:
go-teams-notify/send.go
Line 359 in f1a4ecc
Wrap with
io.LimitReader()
to protect against a potentially large response. The expected response is very small, but applying any limit should be an improvement.The text was updated successfully, but these errors were encountered: