Page 1 of 1

confusing information in readme.txt

Posted: 13 Oct 2017, 12:04
by castordor
Hi,

it is stipulated in readme.txt:

27. CloudFlare
6. URLGET must be set to 1 (i.e. LWP) must be used


the problem is that "1" is HTTP::Tiny and "2" is LWP::UserAgent

so what is the correct setting?

thanks

Re: confusing information in readme.txt

Posted: 13 Oct 2017, 12:24
by ForumAdmin
It should be 2 for LWP. This will be corrected in the next release.

Re: confusing information in readme.txt

Posted: 13 Oct 2017, 12:32
by castordor
thanks