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
When I use curl to send a stop command I get an error "curl: (52) Empty reply from server". Technically it's an HTTP error when a web server doesn't send a response. You may need to start a timer to stop the service, then send the response so that the response gets out before the service exits.
The text was updated successfully, but these errors were encountered:
When I use
curl
to send a stop command I get an error "curl: (52) Empty reply from server". Technically it's an HTTP error when a web server doesn't send a response. You may need to start a timer to stop the service, then send the response so that the response gets out before the service exits.The text was updated successfully, but these errors were encountered: