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
While the most likely error scenario would be invalid URLs (which wouldn't be a problem if the caller is validating the URL beforehand), http.NewRequestWithContext unfortunately makes no guarantees as to when it will returns errors: https://pkg.go.dev/net/http#NewRequestWithContext
The text was updated successfully, but these errors were encountered:
benhoyt
added a commit
to benhoyt/pebble
that referenced
this issue
Feb 28, 2025
The error returned by this line is not being checked:
pebble/internals/overlord/checkstate/checkers.go
Line 54 in 6544671
While the most likely error scenario would be invalid URLs (which wouldn't be a problem if the caller is validating the URL beforehand),
http.NewRequestWithContext
unfortunately makes no guarantees as to when it will returns errors: https://pkg.go.dev/net/http#NewRequestWithContextThe text was updated successfully, but these errors were encountered: