mirror of
https://github.com/NishiOwO/tkwww.git
synced 2025-04-21 08:44:38 +00:00
add files
This commit is contained in:
parent
c0fa190f58
commit
4dcac1dbea
@ -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 */
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user