Reduce number of disk seeks in redbean

This commit is contained in:
Justine Tunney 2021-05-03 01:21:50 -07:00
parent daa32d27d4
commit 01e6b3ad8d
8 changed files with 212 additions and 173 deletions

View file

@ -20,8 +20,8 @@
#include "libc/macros.internal.h"
#include "net/http/http.h"
static const struct HttpReason {
int code;
static const struct thatispacked HttpReason {
short code;
const char *name;
} kHttpReason[] = {
{100, "Continue"},