Skip to content
Snippets Groups Projects
Commit b57e7a0e authored by Andrew Canaday's avatar Andrew Canaday Committed by Andy Green
Browse files

Added HTTP_STATUS_NO_CONTENT == 204

parent f3b6f25e
No related branches found
No related tags found
No related merge requests found
...@@ -449,6 +449,7 @@ enum lws_close_status { ...@@ -449,6 +449,7 @@ enum lws_close_status {
enum http_status { enum http_status {
HTTP_STATUS_OK = 200, HTTP_STATUS_OK = 200,
HTTP_STATUS_NO_CONTENT = 204,
HTTP_STATUS_BAD_REQUEST = 400, HTTP_STATUS_BAD_REQUEST = 400,
HTTP_STATUS_UNAUTHORIZED, HTTP_STATUS_UNAUTHORIZED,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment