jitsi / ice4j

A Java implementation of the ICE protocol
Apache License 2.0
437 stars 232 forks source link

fix: Fail early if IMDS returns an error. #298

Closed bgrozev closed 3 hours ago

bgrozev commented 22 hours ago

This catches errors earlier on OCI for example, where the PUT request returns 405.

bgrozev commented 22 hours ago

FYI @dsmeytis