1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Added HTTP_STATUS_NO_CONTENT == 204

This commit is contained in:
Andrew Canaday 2014-06-29 19:14:43 -04:00
parent dfca3abfa1
commit 470c92c8fd

View file

@ -447,6 +447,7 @@ enum lws_close_status {
enum http_status {
HTTP_STATUS_OK = 200,
HTTP_STATUS_NO_CONTENT = 204,
HTTP_STATUS_BAD_REQUEST = 400,
HTTP_STATUS_UNAUTHORIZED,