We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d646d commit f101f54Copy full SHA for f101f54
api/src/main/java/org/asynchttpclient/util/AsyncHttpProviderUtils.java
@@ -30,7 +30,7 @@
30
*/
31
public class AsyncHttpProviderUtils {
32
33
- public static final IOException REMOTELY_CLOSED_EXCEPTION = new IOException("Remotely Closed");
+ public static final IOException REMOTELY_CLOSED_EXCEPTION = new IOException("Remotely closed");
34
35
static {
36
REMOTELY_CLOSED_EXCEPTION.setStackTrace(new StackTraceElement[] {});
0 commit comments