Skip to content

Commit

Permalink
502: wrong key for name and message
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Apr 1, 2019
1 parent 852de79 commit f9bd1de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog: HTTP Status

## Trunk

* 502: wrong key for name and message

## Version 1.3.1

* ts: define properties as readonly
Expand Down
4 changes: 2 additions & 2 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/index.litcoffee
Expand Up @@ -400,8 +400,8 @@ The server failed to fulfill an apparently valid request.
502 - The server was acting as a gateway or proxy and received an invalid response from the upstream server.

502: 'Bad Gateway'
'_NAME': 'BAD_GATEWAY'
'_MESSAGE': 'The server was acting as a gateway or proxy and received an invalid response from the upstream server.'
'502_NAME': 'BAD_GATEWAY'
'502_MESSAGE': 'The server was acting as a gateway or proxy and received an invalid response from the upstream server.'
BAD_GATEWAY: 502
503 - The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.
Expand Down

0 comments on commit f9bd1de

Please sign in to comment.