Skip to content

Commit

Permalink
Revert "use 443 (HTTPS) port when testing help URLs"
Browse files Browse the repository at this point in the history
This reverts commit 678758c.
  • Loading branch information
alexbruy committed Dec 12, 2017
1 parent 3046979 commit 3d021c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgshelp.cpp
Expand Up @@ -152,7 +152,7 @@ bool QgsHelp::urlExists( const QString &url )
socket.setProxy( proxy );
}

socket.connectToHost( helpUrl.host(), 443 );
socket.connectToHost( helpUrl.host(), 80 );
if ( socket.waitForConnected() )
{
socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n"
Expand Down

0 comments on commit 3d021c4

Please sign in to comment.