masaori335 commented on code in PR #12248: URL: https://github.com/apache/trafficserver/pull/12248#discussion_r2102732795
########## src/iocore/net/unit_tests/sni_conf_test.yaml: ########## @@ -36,3 +36,16 @@ sni: http2_buffer_water_mark: 256 - fqdn: foo.bar.com http2: false + +# test with mixed-case +- fqdn: "MiXeDcAsE.foo.com" + http2: true + http2_buffer_water_mark: 256 + inbound_port_ranges: 31337 + +# test with mixed-case glob +- fqdn: "*.MiXeDcAsE.com" + http2: false + +# test glob in the middle, this will be an exact match +- fqdn: "cat.*.com" Review Comment: This is for these tests for invalid? https://github.com/apache/trafficserver/pull/12248/files#diff-40f6583cfe88d8e4ea494c95bf3dbceed8a172c40836afe607f9ff7c1981e3a8R160-R171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org