Fix ddoc parameters.
Build and Test Module / build-and-test (push) Successful in 13s Details
Build and Test Module / integration-tests (push) Successful in 19s Details

This commit is contained in:
Andrew Lalis 2025-09-17 10:11:21 -04:00
parent 8862aab12e
commit 40cc2b0275
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ class TaskPoolHttp1Transport : Http1Transport {
* handling requests. * handling requests.
* Params: * Params:
* requestHandler = The handler to call for each incoming request. * requestHandler = The handler to call for each incoming request.
* workerCount = The number of workers to use in the task pool. * config = The configuration settings for this transport instance.
* port = The port.
*/ */
this(HttpRequestHandler requestHandler, in Http1TransportConfig config = defaultConfig()) { this(HttpRequestHandler requestHandler, in Http1TransportConfig config = defaultConfig()) {
super(requestHandler, config.port); super(requestHandler, config.port);