Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ngx/balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ that attempt's state name, as well as an integer describing the status code of t

Possible state names are as follows:
* `"next"`
Failures due to bad status codes sent from the backend server. The origin's response is sane though, which means the backend connection
Failures due to bad status codes sent from the backend server. The origin's response is same though, which means the backend connection
can still be reused for future requests.
* `"failed"`
Fatal errors while communicating to the backend server (like connection timeouts, connection resets, and etc). In this case,
Expand Down