On Wed, Jun 29, 2016 at 12:59 PM, Tim Rühsen <[email protected]> wrote:
> I recently made a few comparisons between curl 7.50.0-DEV and wget 1.18 and > was astonished about wget outperforming curl by some fair amount on single > HTTPS request/response cycles. > > So my question goes... what is 'wrong' with that version of curl. Or what did > I oversee - maybe some special options ? The requested page does not exist, so wget does not download anything. curl, on the other hand, will download the error page by default. Try the --fail option to curl and see if it makes any difference. - Jeff ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
