mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
Made the HTTPS-RR parser a little stricter while at it. Drop the ALPN escape handling, that was not needed. Make the hode handle (and ignore) duplicate ALPN entries. Closes #16972
31 lines
313 B
Plaintext
31 lines
313 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
doh
|
|
httpsrr
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
DoH
|
|
</features>
|
|
<name>
|
|
unit test for doh_resp_decode_httpsrr
|
|
</name>
|
|
</client>
|
|
<verify>
|
|
<stderr mode="text">
|
|
URL: -
|
|
Test ended with result 0
|
|
</stderr>
|
|
</verify>
|
|
</testcase>
|