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
See #5970, where we avoid an EOF error on an empty GET response body. This prevents the error on the GC endpoints, but those endpoints should use an explicitly side-effecting method for clarity.
The text was updated successfully, but these errors were encountered:
Since this issue hasn't had any activity in a while - we're going to automatically close it in 30 days. If you're still seeing this issue with the latest version of Nomad, please respond here and we'll keep this open and take another look at this.
Since this issue hasn't had any activity in a while - we're going to automatically close it in 30 days. If you're still seeing this issue with the latest version of Nomad, please respond here and we'll keep this open and take another look at this.
See #5970, where we avoid an
EOF
error on an emptyGET
response body. This prevents the error on the GC endpoints, but those endpoints should use an explicitly side-effecting method for clarity.The text was updated successfully, but these errors were encountered: