mirror of
https://github.com/curl/curl.git
synced 2025-01-06 13:44:52 +08:00
d55de24dce
- add test2600 as a unit test that triggers various connect conditions and monitors behaviour, available in a debug build only. - this exposed edge cases in connect.c that have been fixed Closes #10312
25 lines
213 B
Plaintext
25 lines
213 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
llist
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
debug
|
|
http
|
|
</features>
|
|
<name>
|
|
llist unit tests
|
|
</name>
|
|
</client>
|
|
</testcase>
|