Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-25 | HTTP: memory leak on multiple Location: | Daniel Stenberg | |
The HTTP parser allocated memory on each received Location: header without properly freeing old data. Starting now, the code only considers the first Location: header and will blissfully ignore subsequent ones. Bug: http://curl.haxx.se/bug/view.cgi?id=3165129 Reported by: Martin Lemke |