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

Open bgrozev opened 13 hours ago

bgrozev commented 13 hours ago

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

bgrozev commented 13 hours ago

FYI @dsmeytis