mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-11-03 07:59:00 +08:00
MdePkg: Add HTTP error 429
Add support for HTTP error 429 in the protocol .h file. Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
eaf78e43f2
commit
829f773e5c
@ -98,7 +98,8 @@ typedef enum {
|
||||
HTTP_STATUS_503_SERVICE_UNAVAILABLE,
|
||||
HTTP_STATUS_504_GATEWAY_TIME_OUT,
|
||||
HTTP_STATUS_505_HTTP_VERSION_NOT_SUPPORTED,
|
||||
HTTP_STATUS_308_PERMANENT_REDIRECT
|
||||
HTTP_STATUS_308_PERMANENT_REDIRECT,
|
||||
HTTP_STATUS_429_TOO_MANY_REQUESTS
|
||||
} EFI_HTTP_STATUS_CODE;
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user