From 1cdd2b44ce9566840b2d9cbba6407a798377eb1e Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 11 Mar 2026 22:39:14 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-24.04-arm ASAN binaries --- index.d.ts | 12 ++++++++++++ source_commit | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index c4ad6328..aa960b97 100644 --- a/index.d.ts +++ b/index.d.ts @@ -441,3 +441,15 @@ export var DEDICATED_DECOMPRESSOR_1KB: CompressOptions; export var DEDICATED_DECOMPRESSOR_512B: CompressOptions; /** Sliding dedicated decompress window, requires 32KB of memory per socket (plus about 23KB) */ export var DEDICATED_DECOMPRESSOR: CompressOptions; + +/** + * Environment variables recognized by uWebSockets.js. + * + * These can be set in the process environment before starting the server. + */ +export namespace EnvironmentVariables { + /** Maximum total byte size of HTTP request headers. This is a runtime env variable. Default: 4096. */ + declare const UWS_HTTP_MAX_HEADERS_SIZE: string | undefined; + /** Maximum number of HTTP request headers. This is a compile-time define, not a runtime env variable. Default: 100. */ + declare const UWS_HTTP_MAX_HEADERS_COUNT: string | undefined; +} diff --git a/source_commit b/source_commit index 53194422..aebc9d1b 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -edcd266a2708f2745d2f677b19c8b2ddfcadf918 +a423b85358d527eff375fb59645529ca9b109c78