From 3d07f362d7600a0aefca10da067d1744091de965 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 23 Jun 2022 16:09:20 -0700 Subject: [PATCH] Release redbean 2.0.5 --- tool/net/help.txt | 2 +- tool/net/redbean.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/net/help.txt b/tool/net/help.txt index 51719019d..739118cc6 100644 --- a/tool/net/help.txt +++ b/tool/net/help.txt @@ -838,7 +838,7 @@ FUNCTIONS request message is not preserved. Whether or not the same key can repeat depends on whether or not it's a standard header, and if so, if it's one of the ones that the RFCs define as repeatable. -v See khttprepeatable.c. Those headers will not be folded. Standard + See khttprepeatable.c. Those headers will not be folded. Standard headers which aren't on that list, will be overwritten with the last-occurring one during parsing. Extended headers are always passed through exactly as they're received. Please consider using diff --git a/tool/net/redbean.c b/tool/net/redbean.c index 47928b30d..931b08f81 100644 --- a/tool/net/redbean.c +++ b/tool/net/redbean.c @@ -143,7 +143,7 @@ STATIC_YOINK("ShowCrashReportsEarly"); #define REDBEAN "redbean" #endif -#define VERSION 0x020004 +#define VERSION 0x020005 #define HEARTBEAT 5000 /*ms*/ #define HASH_LOAD_FACTOR /* 1. / */ 4 #define MONITOR_MICROS 150000