aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2100
AgeCommit message (Collapse)Author
2020-03-20test2100: fix static port instead of dynamic value being usedMarc Hoersken
2020-03-10tests/data: fix static ip instead of dynamic value being usedMarc Hoersken
Follow up to 94ced8e
2019-12-13tests: use DoH feature for DoH testsMarcel Raad
Previously, http/2 was used instead. Assisted-by: Jay Satiro Closes https://github.com/curl/curl/pull/4692
2019-05-06test2100: Fix typos in test descriptionDaniel Gustafsson
2018-10-06test2100: test DoH using IPv4-onlyDaniel Stenberg
To make it only send one DoH request and avoid the race condition that could lead to the requests getting sent in reversed order and thus making it hard to compare in the test case. Fixes #3107 Closes #3108
2018-09-29test2100: require http2 to runDaniel Stenberg
Reported-by: Marcel Raad Fixes #3064 Closes #3065
2018-09-06DOH: add test case 1650 and 2100Daniel Stenberg