Skip to content

Commit 1b2b600

Browse files
committed
Updating to version 0.3, with HA Proxy support
1 parent 0cc9aeb commit 1b2b600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ format_value=$(get_http_req_uri_params_value "format")
6161
This function will obtain the value of a paramter provided in the HTTP request
6262
header **X-Haproxy-Server-State**.
6363
```bash
64-
# if `X-Haproxy-Server-State: UP; name=backend/server; node=haproxy-name; weight=1/2; scur=0/1; qcur=0; throttle=86%
64+
# if X-Haproxy-Server-State: UP; name=backend/server; node=haproxy-name; weight=1/2; scur=0/1; qcur=0; throttle=86%
6565
HA_NAME=$(get_haproxy_server_state_value name)
6666
# Result: HA_NAME == backend/server
6767
HA_WEIGHT=$(get_haproxy_server_state_value weight)

0 commit comments

Comments
 (0)