13:30:10-0700 esenin $ curl -svX PATCH 172.22.0.102/path5 * Trying 172.22.0.102:80... * Connected to 172.22.0.102 (172.22.0.102) port 80 (#0) > PATCH /path5 HTTP/1.1 > Host: 172.22.0.102 > User-Agent: curl/8.1.2 > Accept: */* > < HTTP/1.1 200 OK < Content-Type: application/json < Content-Length: 578 < Connection: keep-alive < X-Content-Type-Options: nosniff < Date: Mon, 12 Jun 2023 20:30:16 GMT < X-Kong-Upstream-Latency: 1 < X-Kong-Proxy-Latency: 0 < Via: kong/3.3.0 < { "path": "/path5", "host": "172.22.0.102", "method": "PATCH", "proto": "HTTP/1.1", "headers": { "Accept": [ "*/*" ], "Connection": [ "keep-alive" ], "User-Agent": [ "curl/8.1.2" ], "X-Forwarded-For": [ "10.244.0.1" ], "X-Forwarded-Host": [ "172.22.0.102" ], "X-Forwarded-Path": [ "/path5" ], "X-Forwarded-Port": [ "80" ], "X-Forwarded-Proto": [ "http" ], "X-Real-Ip": [ "10.244.0.1" ] }, "namespace": "gateway-conformance-infra", "ingress": "", "service": "", "pod": "infra-backend-v2-74fdd9c89f-qs5ln" * Connection #0 to host 172.22.0.102 left intact }% 13:30:16-0700 esenin $ curl -svX PATCH 172.22.0.102/ -H "version: four" * Trying 172.22.0.102:80... * Connected to 172.22.0.102 (172.22.0.102) port 80 (#0) > PATCH / HTTP/1.1 > Host: 172.22.0.102 > User-Agent: curl/8.1.2 > Accept: */* > version: four > < HTTP/1.1 200 OK < Content-Type: application/json < Content-Length: 598 < Connection: keep-alive < X-Content-Type-Options: nosniff < Date: Mon, 12 Jun 2023 20:30:24 GMT < X-Kong-Upstream-Latency: 1 < X-Kong-Proxy-Latency: 0 < Via: kong/3.3.0 < { "path": "/", "host": "172.22.0.102", "method": "PATCH", "proto": "HTTP/1.1", "headers": { "Accept": [ "*/*" ], "Connection": [ "keep-alive" ], "User-Agent": [ "curl/8.1.2" ], "Version": [ "four" ], "X-Forwarded-For": [ "10.244.0.1" ], "X-Forwarded-Host": [ "172.22.0.102" ], "X-Forwarded-Path": [ "/" ], "X-Forwarded-Port": [ "80" ], "X-Forwarded-Proto": [ "http" ], "X-Real-Ip": [ "10.244.0.1" ] }, "namespace": "gateway-conformance-infra", "ingress": "", "service": "", "pod": "infra-backend-v3-586ddb759c-5jq87" * Connection #0 to host 172.22.0.102 left intact