Skip to content

Commit

Permalink
Version 1.21.3-at.20231213.02. Use HTTP/1.1 for the request, not HTTP…
Browse files Browse the repository at this point in the history
…/1.0.
  • Loading branch information
Arkiver2 committed Dec 13, 2023
1 parent d7855b0 commit 0e7d903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tarball-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.3-at.20231213.01
1.21.3-at.20231213.02
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.3-at.20231213.01
1.21.3-at.20231213.02
2 changes: 1 addition & 1 deletion src/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static struct cookie_jar *wget_cookie_jar;
#define TEXTCSS_S "text/css"

/* Lowercased request HTTP protocol. */
#define REQUEST_PROTOCOL "http/1.0"
#define REQUEST_PROTOCOL "http/1.1"

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

0 comments on commit 0e7d903

Please sign in to comment.