Skip to content

WIP: * src/wget.c: Fix looping when wrong credentials supplied

Didik Setiawan requested to merge dstw/wget2:fix-loop-auth into master

This patch try to resolve #259 (closed).

Unfortunately, when I rebase my libmicrohttpd test using this fix, this still fail in MinGW64 test (looping) [0]. Other tests is fine [1].

[0] https://gitlab.com/dstw/wget2/pipelines/11086366/builds
[1] https://travis-ci.org/dstw/wget2/builds/267352247

Merge request reports