diff options
Diffstat (limited to 'ext/flash/01_http.js')
-rw-r--r-- | ext/flash/01_http.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flash/01_http.js b/ext/flash/01_http.js index faf740f2e..fcea23a95 100644 --- a/ext/flash/01_http.js +++ b/ext/flash/01_http.js @@ -459,6 +459,7 @@ const listenOpts = { hostname: options.hostname ?? "127.0.0.1", port: options.port ?? 9000, + reuseport: options.reusePort ?? false, }; if (options.cert || options.key) { if (!options.cert || !options.key) { |