mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
For both IPv4 and IPv6 addresses. Now also checks IPv6 addresses "correctly" and not with string comparisons. Split out the noproxy checks and functionality into noproxy.c Added unit test 1614 to verify checking functions. Reported-by: Mathieu Carbonneaux Fixes #9773 Fixes #5745 Closes #9775
26 lines
229 B
Plaintext
26 lines
229 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
proxy
|
|
</features>
|
|
<name>
|
|
cidr comparisons
|
|
</name>
|
|
</client>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</testcase>
|