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