Skip to content

Commit c87cddb

Browse files
committed
Update DUrlBuilder.java
1 parent ba690bd commit c87cddb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http-client/src/main/java/io/avaje/http/client/DUrlBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public UrlBuilder url(String url) {
2828
public UrlBuilder path(String path) {
2929
if (path.startsWith("http") && path.contains("://")) {
3030
buffer.setLength(0);
31+
buffer.append(path);
3132
return this;
3233
}
3334
buffer.append("/").append(path);

0 commit comments

Comments
 (0)