Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-20 | Tests: added tests for translating $dollar into a literal $. | Andrew Clayton | 1 | -0/+21 | |
If you need to specify a $ in a URI you can now use '$dollar' or '${dollar}'. Added some tests for the above to test_variables.py setting a Location string. | |||||
2022-07-19 | Tests: added tests for more HTTP variables. | Andrei Zeliankou | 1 | -0/+51 | |
2022-07-14 | Tests: added tests for dynamic variables. | Andrei Zeliankou | 1 | -0/+82 | |
2022-06-01 | Tests: improved test for $request_uri variable. | Andrei Zeliankou | 1 | -2/+2 | |
2022-05-31 | Tests: Added tests for $request_uri. | Alejandro Colomar | 1 | -0/+9 | |
2022-01-31 | Tests: removed TestApplicationTLS.get_server_certificate(). | Andrei Zeliankou | 1 | -8/+4 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2021-08-02 | Router: fixed segmentation fault. | Zhidao HONG | 1 | -0/+19 | |
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. | |||||
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -10/+2 | |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -2/+0 | |
2020-09-21 | Tests: added variable test with nonexistent upstream. | Andrei Zeliankou | 1 | -0/+23 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -49/+40 | |
2020-08-31 | Tests: $host varaible test. | Andrei Zeliankou | 1 | -7/+24 | |
Also added few tests for $uri and minor style fixes. | |||||
2020-08-13 | Tests: added variables tests. | Andrei Zeliankou | 1 | -0/+94 | |