Skip to content

Commit

Permalink
Increase buffer size for building HTTP response headers
Browse files Browse the repository at this point in the history
Fixes loading of smolsite.zip's main page
  • Loading branch information
lpereira committed Jan 24, 2025
1 parent 3b32ade commit d2b882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lwan-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define N_HEADER_START 64
#define DEFAULT_BUFFER_SIZE 4096
#define DEFAULT_HEADERS_SIZE 2048
#define DEFAULT_HEADERS_SIZE 4096

struct lwan_constructor_callback_info {
void (*func)(struct lwan *);
Expand Down

0 comments on commit d2b882e

Please sign in to comment.