mirror of https://github.com/acidanthera/audk.git
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:
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;
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue