Skip to content

Commit 0e7d903

Browse files
committed
Version 1.21.3-at.20231213.02. Use HTTP/1.1 for the request, not HTTP/1.0.
1 parent d7855b0 commit 0e7d903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tarball-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.3-at.20231213.01
1+
1.21.3-at.20231213.02

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.3-at.20231213.01
1+
1.21.3-at.20231213.02

src/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static struct cookie_jar *wget_cookie_jar;
9898
#define TEXTCSS_S "text/css"
9999

100100
/* Lowercased request HTTP protocol. */
101-
#define REQUEST_PROTOCOL "http/1.0"
101+
#define REQUEST_PROTOCOL "http/1.1"
102102

103103
/* Some status code validation macros: */
104104
#define H_10X(x) (((x) >= 100) && ((x) < 200))

0 commit comments

Comments
 (0)