Bugfix for last commit: config.timeout_content now correctly set in old constructor
This commit is contained in:
parent
6c3a59d9ba
commit
175d4dd869
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ namespace SimpleWeb {
|
|||
config.port=port;
|
||||
config.thread_pool_size=thread_pool_size;
|
||||
config.timeout_request=timeout_request;
|
||||
config.timeout_request=timeout_content;
|
||||
config.timeout_content=timeout_content;
|
||||
}
|
||||
|
||||
Server() : ServerBase<HTTP>::ServerBase(80) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue