cloudflared-mirror/ingress
Nuno Diegues 7c3ceeeaef TUN-3757: Fix legacy Uint flags that are incorrectly handled by ufarve library
The following UInt flags:
 * Uint64 - heartbeat-count, compression-quality
 * Uint - retries, port, proxy-port

were not being correctly picked from the configuration YAML
since the multi origin refactor

This is due to a limitation of the ufarve library, which we
overcome for now with handling those as Int flags.
2021-01-14 13:08:55 +00:00
..
ingress.go TUN-3706: Quit if any origin service fails to start 2020-12-30 13:48:19 -06:00
ingress_test.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
origin_request_config.go TUN-3757: Fix legacy Uint flags that are incorrectly handled by ufarve library 2021-01-14 13:08:55 +00:00
origin_request_config_test.go TUN-3543: ProxyAddress not using default in single-origin mode 2020-11-13 17:27:55 -06:00
origin_service.go TUN-3470: Replace in-house logger calls with zerolog 2020-12-23 14:15:17 -06:00
rule.go TUN-3492: Refactor OriginService, shrink its interface 2020-11-04 21:28:33 +00:00
rule_test.go TUN-3505: Response body for status code origin returns EOF on Read 2020-11-05 14:47:46 +00:00