Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | tests: use consistent environment variables for setting charset | Dan Fandrich | |
Character set in POSIX is set by the locale defined (in decreasing order of precedence) by the LC_ALL, LC_CTYPE and LANG environment variables (I believe CHARSET is only historic). LC_ALL is cleared to ensure that LC_CTYPE takes effect, but LC_ALL is not used to set the locale to ensure that other parts of the locale aren't overriden, if set. Since there doesn't seem to be a cross-platform way of specifying a UTF-8 locale, and not all systems may support UTF-8, a <precheck> is used (where relevant) to skip the test if UTF-8 isn't in use. Test 1035 was also converted to UTF-8 for consistency, as the actual character set used there is irrelevant to the test. | |||
2017-02-23 | tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047 | İsmail Dönmez | |
Closes #1283 Fixes #1277 | |||
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg | |
This reverts commit 113f04e664b16b944e64498a73a4dab990fe9a68. | |||
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg | |
RFC 7230 says we should stop. Firefox already stopped. Bug: https://github.com/curl/curl/issues/633 Reported-By: Brad Fitzpatrick Closes #633 | |||
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann | |
Use the ACE form of IDN hostnames as key in the connection cache. Add new tests. Closes #592 |