add files

This commit is contained in:
Nishi 2024-12-01 23:11:30 +09:00
parent c0fa190f58
commit 4dcac1dbea
No known key found for this signature in database
GPG Key ID: BAEA61502BFD1F1C
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/ */
#include "HTTP.h" #include "HTTP.h"
#define HTTP_VERSION "HTTP/1.1" #define HTTP_VERSION "HTTP/1.0"
#define HTTP2 /* Version is greater than 0.9 */ #define HTTP2 /* Version is greater than 0.9 */
#define INIT_LINE_SIZE 1024 /* Start with line buffer this big */ #define INIT_LINE_SIZE 1024 /* Start with line buffer this big */

View File

@ -1,5 +1,6 @@
# tkWWW # tkWWW
This is tkWWW, modified so it builds on modern Tcl/Tk. \ This is tkWWW, modified so it builds on modern Tcl/Tk. \
Also modified so it sends `Host` header. \
Confirmed to build on: Confirmed to build on:
1. NetBSD/amd64 10.0 1. NetBSD/amd64 10.0
2. Debian GNU/Linux 12.0 2. Debian GNU/Linux 12.0