Fix ddoc parameters.
This commit is contained in:
parent
8862aab12e
commit
40cc2b0275
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue