Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | tests: use proxy feature | Marcel Raad | |
This makes the tests succeed when using --disable-proxy. Closes https://github.com/curl/curl/pull/4488 | |||
2019-10-02 | redirect: when following redirects to an absolute URL, URL encode it | Daniel Stenberg | |
... to make it handle for example (RFC violating) embeded spaces. Reported-by: momala454 on github Fixes #4445 Closes #4447 |