summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fowler <[email protected]>2025-04-07 17:40:42 -0400
committerMichael Fowler <[email protected]>2025-04-07 17:40:42 -0400
commit5baa0cdc3ac76a239e298266187ed63b2d43c7dc (patch)
treeb1952ef246cbdb7c201c7e51632485430710dc01
parent343f5937fa8f1c8ecdfeb378ce63211401640a6b (diff)
typo
-rw-r--r--addons/web/nx_web_http_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/web/nx_web_http_common.h b/addons/web/nx_web_http_common.h
index f9a745b1..458cb7d4 100644
--- a/addons/web/nx_web_http_common.h
+++ b/addons/web/nx_web_http_common.h
@@ -178,7 +178,7 @@ extern "C" {
#define NX_WEB_HTTP_STATUS_CODE_SERVICE_UNAVAILABLE 0x3003E /* "503 Service Unavailable" */
#define NX_WEB_HTTP_STATUS_CODE_GATEWAY_TIMEOUT 0x3003F /* "504 Gateway Time-out" */
#define NX_WEB_HTTP_STATUS_CODE_VERSION_ERROR 0x30040 /* "505 HTTP Version not supported" */
-#define NX_WEB_HTTP_STATUS_CODE_TOO_MANY_REQUESTS 0x20041 /* "429 Too Many Requests" */
+#define NX_WEB_HTTP_STATUS_CODE_TOO_MANY_REQUESTS 0x30041 /* "429 Too Many Requests" */
#define NX_WEB_HTTP_AUTHENTICATION_ERROR NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED /* HTTP client authentication failed */
/* Define the HTTP Server TCP port number */