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);