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 d4bd3ca commit dc357e8Copy full SHA for dc357e8
client/src/main/java/org/asynchttpclient/uri/Uri.java
@@ -61,7 +61,7 @@ public Uri(String scheme,//
61
String path,//
62
String query) {
63
64
- this.scheme = assertNotNull(scheme, "The scheme could not be resolved. Please provide a valid URL.");
+ this.scheme = assertNotNull(scheme, "The scheme could not be resolved. Please provide a valid URL including the protocol.");
65
this.userInfo = userInfo;
66
this.host = assertNotNull(host, "The host could not be resolved. Please provide a valid host.");
67
this.port = port;
0 commit comments