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 2 days ago

bgrozev commented 3 days ago

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

bgrozev commented 3 days ago

FYI @dsmeytis