Azat Khuzhin 5f1fc92b13 Fix -Wtautological-constant-out-of-range-compare in regress_http under OSX
compiler warning:

    test/regress_http.c:968:38: warning: result of comparison of constant 65536 with expression of type 'enum evhttp_cmd_type' is always true [-Wtautological-constant-out-of-range-compare]
            if (evhttp_request_get_command(req) != EVHTTP_REQ_CUSTOM) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
2023-05-14 21:55:43 +02:00
..
2020-04-27 10:03:28 -07:00
2023-02-12 08:39:00 +01:00
2020-07-05 11:08:05 +03:00
2018-12-08 17:35:53 +03:00
2020-02-12 22:10:31 +08:00