robmartin-scibite
Results
2
comments of
robmartin-scibite
I think the above is a bug in com.azure.core.http.policy.RetryPolicy which on line 249 calls httpResponse.close() which attempts to close the response without reading the response body. If I use the...
Hi @mssfang, I have included more logging below: ``` 09:25:31.350 [main] DEBUG com.azure.core.implementation.ReflectionUtils -- Attempting to use java.lang.invoke package to handle reflection. 09:25:31.353 [main] DEBUG com.azure.core.implementation.ReflectionUtils -- Successfully used java.lang.invoke...