Skip to content

Conversation

@mhaas
Copy link
Contributor

@mhaas mhaas commented Apr 1, 2015

The select call sometimes may be interrupted or otherwise return
a value < 0. In this case, we do want to signal an error to the caller.

For subsequent calls, the error need to be reset or the caller (gateway.c)
will keep going into the error handler path even though the HTTP request
was handled succesfully.

The select call sometimes may be interrupted or otherwise return
a value < 0. In this case, we do want to signal an error to the caller.

For subsequent calls, the error need to be reset or the caller (gateway.c)
will keep going into the error handler path even though the HTTP request
was handled succesfully.
acv added a commit that referenced this pull request Apr 1, 2015
Fix missing error recovery in libhttpd/api.c
@acv acv merged commit 76efd52 into wifidog:master Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants