History log of /curl/tests/data/test427 (Results 1 – 2 of 2)
Revision Date Author Comments
# 1eca27f1 15-Jun-2023 Marcel Raad

test427: add `cookies` feature and keyword

This test doesn't work with `--disable-cookies`.

Closes https://github.com/curl/curl/pull/11320


# 6c25cd45 12-Jun-2023 Daniel Stenberg

test427: verify sending more cookies than fit in a 8190 bytes line

curl will then only populate the header with cookies that fit, dropping
ones that otherwise would have been sent

test427: verify sending more cookies than fit in a 8190 bytes line

curl will then only populate the header with cookies that fit, dropping
ones that otherwise would have been sent

Ref: https://curl.se/mail/lib-2023-06/0020.html

Closes #11303

show more ...