fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’
This commit is contained in:
parent
9ed99558e2
commit
6e33a685ac
@ -565,7 +565,7 @@ handle_initiate_finished (void *cls,
|
||||
return;
|
||||
}
|
||||
case MHD_HTTP_BAD_REQUEST:
|
||||
case MHD_HTTP_UNPROCESSABLE_CONTENT:
|
||||
case MHD_HTTP_UNPROCESSABLE_ENTITY:
|
||||
{
|
||||
const char *msg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user