Skip to content

Commit e0633a9

Browse files
committed
http: use HTTP/1.1 as default in options builder
1 parent ba3b1a2 commit e0633a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/itzg/helpers/http/SharedFetch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static class Options {
163163
private final URI filesViaUrl;
164164

165165
@Default
166-
private final boolean useHttp2 = true;
166+
private final boolean useHttp2 = false;
167167

168168
private final boolean wiretap;
169169

0 commit comments

Comments
 (0)