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 d7855b0 commit 0e7d903Copy full SHA for 0e7d903
.tarball-version
@@ -1 +1 @@
1
-1.21.3-at.20231213.01
+1.21.3-at.20231213.02
.version
src/http.c
@@ -98,7 +98,7 @@ static struct cookie_jar *wget_cookie_jar;
98
#define TEXTCSS_S "text/css"
99
100
/* Lowercased request HTTP protocol. */
101
-#define REQUEST_PROTOCOL "http/1.0"
+#define REQUEST_PROTOCOL "http/1.1"
102
103
/* Some status code validation macros: */
104
#define H_10X(x) (((x) >= 100) && ((x) < 200))
0 commit comments