Release redbean 2.0.5

This commit is contained in:
Justine Tunney 2022-06-23 16:09:20 -07:00
parent f79b2fe23a
commit 3d07f362d7
2 changed files with 2 additions and 2 deletions

View file

@ -838,7 +838,7 @@ FUNCTIONS
request message is not preserved. Whether or not the same key can 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 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. 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 headers which aren't on that list, will be overwritten with the
last-occurring one during parsing. Extended headers are always last-occurring one during parsing. Extended headers are always
passed through exactly as they're received. Please consider using passed through exactly as they're received. Please consider using

View file

@ -143,7 +143,7 @@ STATIC_YOINK("ShowCrashReportsEarly");
#define REDBEAN "redbean" #define REDBEAN "redbean"
#endif #endif
#define VERSION 0x020004 #define VERSION 0x020005
#define HEARTBEAT 5000 /*ms*/ #define HEARTBEAT 5000 /*ms*/
#define HASH_LOAD_FACTOR /* 1. / */ 4 #define HASH_LOAD_FACTOR /* 1. / */ 4
#define MONITOR_MICROS 150000 #define MONITOR_MICROS 150000