mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-04 00:06:15 -04:00
Revert "use 443 (HTTPS) port when testing help URLs"
This reverts commit 678758c9baf6db386aff205301c037c67b5247e9.
This commit is contained in:
parent
3046979a5f
commit
3d021c44d5
@ -152,7 +152,7 @@ bool QgsHelp::urlExists( const QString &url )
|
|||||||
socket.setProxy( proxy );
|
socket.setProxy( proxy );
|
||||||
}
|
}
|
||||||
|
|
||||||
socket.connectToHost( helpUrl.host(), 443 );
|
socket.connectToHost( helpUrl.host(), 80 );
|
||||||
if ( socket.waitForConnected() )
|
if ( socket.waitForConnected() )
|
||||||
{
|
{
|
||||||
socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n"
|
socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user