... so strip that from the test.
Closes #7349
if(HYPERE_OK != hyper_headers_add(headers, (uint8_t *)n, nlen,
(uint8_t *)v, vlen)) {
- failf(data, "hyper_headers_add host");
+ failf(data, "hyper refused to add header '%s'", line);
return CURLE_OUT_OF_MEMORY;
}
if(data->set.verbose) {
1137
1138
1144
-1147
1156
1160
1164
Two: 2
no-colon
+%if !hyper
And A Funny One : wohoo
+%endif
User-Agent:
</file>
<command>
Accept: */*\r
One: 1\r
Two: 2\r
+%if !hyper
And A Funny One : wohoo\r
+%endif
\r
</protocol>
</verify>