We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28326c7 commit b6f1aa2Copy full SHA for b6f1aa2
tests/http-get.cc
@@ -13,7 +13,7 @@ int main(int argc,char **argv)
13
ResMgr::Set("log:level",0,"5");
14
ResMgr::Set("log:enabled",0,"true");
15
16
- FileAccess *f=FileAccess::New("http","lftp.tech");
+ FileAccess *f=FileAccess::New("http","lftp.yar.ru");
17
if(!f)
18
{
19
fprintf(stderr,"http: unknown protocol, cannot create http session\n");
0 commit comments