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:
parent
dfca3abfa1
commit
470c92c8fd
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue