flouthoc / envelop.c

:ocean: Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.
MIT License
83 stars 47 forks source link

Replacing POSIX close with shutdown, resolves #2 #5

Closed tpiekarski closed 5 years ago

tpiekarski commented 5 years ago

Replaced both close with shutdown. Skipped the first one, because fd is not yet setup for transport. Is a normal close enough? I tried with shutdown, and received the error "Transport endpoint is not connected" so I left a comment explaining things (: