core: Make a place to implement the server-side websocket handling in C, conditionally.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m18s

This commit is contained in:
2025-11-30 21:59:37 -05:00
parent af8e60f8c3
commit ec3064e0a1
2 changed files with 30 additions and 2 deletions

View File

@@ -2402,7 +2402,6 @@ tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path
char buffer[8] = { 0 };
size_t buffer_size = sizeof(buffer);
buffer_size = sizeof(buffer);
ssb->verbose = uv_os_getenv("TF_SSB_VERBOSE", buffer, &buffer_size) == 0 && strcmp(buffer, "1") == 0;
if (context)