fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’

This commit is contained in:
Thien-Thi Nguyen 2022-08-22 21:14:08 -04:00
parent 9ed99558e2
commit 6e33a685ac
No known key found for this signature in database
GPG Key ID: 670322244C807502

View File

@ -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;