| D | unit1303.c | 21 * SPDX-License-Identifier: curl 52 that we aren't zero-based */ 58 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y 84 const struct timetest run[] = { variable 88 {BASE + 10, 0, 10000, 8000, FALSE, -1, "timeout is -1, expired"}, 89 {BASE + 12, 0, 10000, 8000, FALSE, -2000, "-2000, overdue 2 seconds"}, 94 {BASE + 8, 0, 10000, 8000, TRUE, -1, "timeout is -1, expired"}, 95 {BASE + 10, 0, 10000, 8000, TRUE, -2000, "-2000, overdue 2 seconds"}, 97 /* no connect timeout set, not connecting */ 100 {BASE + 10, 0, 10000, 0, FALSE, -1, "timeout is -1, expired"}, [all …]
|