From 40cc2b0275e647cd3d23f22ae5f112a51319177d Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Wed, 17 Sep 2025 10:11:21 -0400 Subject: [PATCH] Fix ddoc parameters. --- source/handy_http_transport/http1/task_pool.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/handy_http_transport/http1/task_pool.d b/source/handy_http_transport/http1/task_pool.d index b546c1a..fd67284 100644 --- a/source/handy_http_transport/http1/task_pool.d +++ b/source/handy_http_transport/http1/task_pool.d @@ -49,8 +49,7 @@ class TaskPoolHttp1Transport : Http1Transport { * handling requests. * Params: * requestHandler = The handler to call for each incoming request. - * workerCount = The number of workers to use in the task pool. - * port = The port. + * config = The configuration settings for this transport instance. */ this(HttpRequestHandler requestHandler, in Http1TransportConfig config = defaultConfig()) { super(requestHandler, config.port);