Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-02 | Router: fixed segmentation fault. | Zhidao HONG | 1 | -0/+4 | |
In the case that routes or upstreams is empty and the pass option is a variable. If the resolved pass is routes or upstreams, a segment error occurred. | |||||
2020-08-28 | Router: fixed "pass" to upstreams. | hongzhidao | 1 | -2/+2 | |
Messed up return values in nxt_upstream_find() caused error in applying any configuration with a valid "pass" value in router configuration pointing to upstream. That wasn't the case in "listeners" objects, where the return value wasn't checked. Also, it caused segfault in cases where the "pass" option was configured with variables and resulting value was pointing to a non-existent upstream. Added missing return checks as well to catch possible memory allocation errors. The bug was introduced in d32bc428f46b. This closes #472 issue on GitHub. | |||||
2020-08-13 | Basic variables support. | Valentin Bartenev | 1 | -2/+4 | |
2020-03-06 | Round robin upstream added. | Igor Sysoev | 1 | -1/+134 | |
2020-03-04 | Legacy upstream code removed. | Igor Sysoev | 1 | -36/+0 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+43 | |