u413-284-si / webserv

This project is about setting up a http web server, providing a static website.
MIT License
0 stars 0 forks source link

17 core remove fcntl #21

Closed gwolf-011235 closed 1 month ago

gwolf-011235 commented 2 months ago

Removed fcntl() which was used to set the server socket to non-blocking mode. Now the serverSocket is set to non-blocking directly via socket() Implemented copy ctor and assign and set to private Little restructuring of ctor to use initializer list. Some fixes for clang-tidy warnings Ran clang-format over the server files

Closes #17 and Closes #19