mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Release redbean 2.0.5
This commit is contained in:
parent
f79b2fe23a
commit
3d07f362d7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue