This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue#6: make evhtp_accept_socket conform to api
- evhtp_accept_socket's function definition states that 0 on success, -1 on error. This was not the case. Also evhtp_accept_socket should not close the file descriptor as it is passed as an argument, not an owner. There should be no negative effects of this change of the documentation for the function was used :D
- Loading branch information
1 parent
18f7ec0
commit d0347dc
Showing
2 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters