Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |