Skip to content

Commit d2b882e

Browse files
committedJan 24, 2025·
Increase buffer size for building HTTP response headers
Fixes loading of smolsite.zip's main page
1 parent 3b32ade commit d2b882e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/lwan-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#define N_HEADER_START 64
2828
#define DEFAULT_BUFFER_SIZE 4096
29-
#define DEFAULT_HEADERS_SIZE 2048
29+
#define DEFAULT_HEADERS_SIZE 4096
3030

3131
struct lwan_constructor_callback_info {
3232
void (*func)(struct lwan *);

0 commit comments

Comments
 (0)
Please sign in to comment.