[QGIS Commit] [qgis/QGIS] d7c29a: Update timeout of network request, if data is tran...
GitHub
noreply at github.com
Thu Oct 17 12:18:21 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: d7c29ae32b48b260dfb4cb60ffcb4b0818f191da
https://github.com/qgis/QGIS/commit/d7c29ae32b48b260dfb4cb60ffcb4b0818f191da
Author: Matthias Kuhn <matthias.kuhn at gmx.ch>
Date: 2013-10-17 (Thu, 17 Oct 2013)
Changed paths:
M src/core/qgsnetworkaccessmanager.cpp
M src/core/qgsnetworkaccessmanager.h
Log Message:
-----------
Update timeout of network request, if data is transferred
Up to now, any network connection was killed after a max amount of
/qgis/networkAndProxy/networkTimeout milliseconds. This led to problems
for large or otherwise slow downloads.
This patch circumvents timeouts for as long as data is being
transferred.
More information about the QGIS-commit
mailing list