Skip to content

Commit a148e3b

Browse files
authored
Update httpserver.c
fixed
1 parent b116dd8 commit a148e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PicoHTTPServer/httpserver.c

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ http_server_instance http_server_create(const char *main_host, const char *main_
376376
ctx->hostname = main_host;
377377
ctx->domain_name = main_domain;
378378
ctx->buffer_size = buffer_size;
379+
ctx->first_zone = NULL;
379380

380381
TaskHandle_t task;
381382
xTaskCreate(http_server_thread, "HTTP Server", configMINIMAL_STACK_SIZE, ctx, tskIDLE_PRIORITY + 2, &task);

0 commit comments

Comments
 (0)