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
There are 14 instances in this file. Might need to add more logic as well - in the case that triggered it I timed out the handler with an enormous request so resp.StatusCode was invalid and caused a panic. We're attacking the request size elsewhere, but something that might need to be addressed here too.
The text was updated successfully, but these errors were encountered:
eg. https://github.com/provideservices/provide-go/blob/dev/api/client.go#L219
There are 14 instances in this file. Might need to add more logic as well - in the case that triggered it I timed out the handler with an enormous request so
resp.StatusCode
was invalid and caused a panic. We're attacking the request size elsewhere, but something that might need to be addressed here too.The text was updated successfully, but these errors were encountered: