You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "exit" in a library isn't too great, depending on the application.
In an embedded environment, where the application may have other functions,
it's better to just return an error.
Removes the use of "exit". Adds a return status to HTTPServerInit. Also
adds protective checks in HTTPServerRun and HTTPServerClose, if these
were called, despite HTTPServerInit failing (so socket was invalid).
See: #9
0 commit comments