Changed private to protected in Server/Client<HTTP/HTTPS> classes, and some cleanup
This commit is contained in:
parent
7fbb74b456
commit
1268c5b6de
4 changed files with 20 additions and 20 deletions
|
|
@ -391,7 +391,7 @@ namespace SimpleWeb {
|
|||
Server(unsigned short port, size_t num_threads=1, long timeout_request=5, long timeout_content=300) :
|
||||
ServerBase<HTTP>::ServerBase(port, num_threads, timeout_request, timeout_content) {}
|
||||
|
||||
private:
|
||||
protected:
|
||||
void accept() {
|
||||
//Create new socket for this connection
|
||||
//Shared_ptr is used to pass temporary objects to the asynchronous functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue