Skip to content

Commit

Permalink
Add request rate limited status
Browse files Browse the repository at this point in the history
Summary: Add new request rate limited status.

Reviewed By: jalopezsilva

Differential Revision: D49330993

fbshipit-source-id: ba0d1b63fb0ff82dd6376d3fd9b808c55254db2c
  • Loading branch information
Shravan Gajjela authored and facebook-github-bot committed Nov 8, 2023
1 parent e0d4508 commit d9a43f0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions proxygen/lib/http/StatusTypeEnum.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ namespace proxygen {
x(http_body_parsing_error), x(http_eom_before_headers), \
x(http_headers_parsing_error), x(http_partial_reliability_disabled), \
x(http_trailers_before_headers), x(no_server_available), \
x(proxy_adaptive_rate_limit), x(sc_channel_invalid_argument), \
x(sc_channel_unknown_error), x(sc_eom_before_headers), \
x(sc_upstream_timeout), x(sc_runtime_exception), \
x(sc_content_integrity_error), x(live_head_error), \
x(redirect_connect_error), x(redirect_limit_exceeded), \
x(redirect_pool_error), x(redirect_request_too_large), \
x(server_connection_error), x(server_timeout), x(server_write_error), \
x(telephoto_error), x(wasm_invocation_error), x(transcode_server_error), \
x(proxy_adaptive_rate_limit), x(request_rate_limited), \
x(sc_channel_invalid_argument), x(sc_channel_unknown_error), \
x(sc_eom_before_headers), x(sc_upstream_timeout), \
x(sc_runtime_exception), x(sc_content_integrity_error), \
x(live_head_error), x(redirect_connect_error), \
x(redirect_limit_exceeded), x(redirect_pool_error), \
x(redirect_request_too_large), x(server_connection_error), \
x(server_timeout), x(server_write_error), x(telephoto_error), \
x(wasm_invocation_error), x(transcode_server_error), \
x(fbvp_channel_error), x(server_internal_error), x(invalid_pool), \
x(qoe_error), x(sc_downstream_error), x(content_integrity), \
x(bad_request), \
Expand Down

0 comments on commit d9a43f0

Please sign in to comment.