From 4dcac1dbea38de7d655f79b4a907c99067f45e63 Mon Sep 17 00:00:00 2001 From: Nishi Date: Sun, 1 Dec 2024 23:11:30 +0900 Subject: [PATCH] add files --- Library/Implementation/HTTP.c | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Implementation/HTTP.c b/Library/Implementation/HTTP.c index 5a182a6..94495fd 100644 --- a/Library/Implementation/HTTP.c +++ b/Library/Implementation/HTTP.c @@ -18,7 +18,7 @@ */ #include "HTTP.h" -#define HTTP_VERSION "HTTP/1.1" +#define HTTP_VERSION "HTTP/1.0" #define HTTP2 /* Version is greater than 0.9 */ #define INIT_LINE_SIZE 1024 /* Start with line buffer this big */ diff --git a/README.md b/README.md index 27ca328..3e5ed80 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # tkWWW This is tkWWW, modified so it builds on modern Tcl/Tk. \ +Also modified so it sends `Host` header. \ Confirmed to build on: 1. NetBSD/amd64 10.0 2. Debian GNU/Linux 12.0