Files
nginx-unit/test
Oisin Canty 60cf139961 Router: fixed crash when matching an empty address pattern array.
A crash would occur when the router tried to match an
against an empty address pattern array.

The following configuration was used to reproduce the
issue:

{
    "listeners": {
        "127.0.0.1:8082": {
            "pass": "routes"
        }
    },
    "routes": [
        {
            "match": {
                "source": []
            },
            "action": {
                "return": 200
            }
        }
    ]
}
2021-08-05 16:00:01 +00:00
..
2020-11-16 17:22:10 +00:00
2020-11-05 00:06:13 +03:00
2020-11-05 16:11:01 +03:00
2021-07-29 19:50:39 +03:00
2021-07-29 19:50:39 +03:00
2021-05-20 13:03:12 +00:00
2021-05-20 13:03:12 +00:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-05-20 13:03:12 +00:00
2020-10-19 22:25:29 +01:00
2021-04-05 14:03:05 +01:00
2021-07-02 13:00:57 +00:00