diff options
| author | 2011-01-04 18:20:56 +0000 | |
|---|---|---|
| committer | 2011-01-04 18:20:56 +0000 | |
| commit | 51d457e9d7474182aefa617a1a8a5c112df840b6 (patch) | |
| tree | dfa2dee35022ff9b0d3cf1e784415e6658e401b7 /src/kvilib/net/KviHttpRequest.cpp | |
| parent | fix for #1064 (diff) | |
| download | KVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.tar.gz KVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.tar.bz2 KVIrc-51d457e9d7474182aefa617a1a8a5c112df840b6.zip | |
Convert the dns resolver to use QThread instead of KviThread. Next step is to convert it to use QHostInfo at all...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5293 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/kvilib/net/KviHttpRequest.cpp')
| -rw-r--r-- | src/kvilib/net/KviHttpRequest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kvilib/net/KviHttpRequest.cpp b/src/kvilib/net/KviHttpRequest.cpp index 02dabc3f1..1da4f112e 100644 --- a/src/kvilib/net/KviHttpRequest.cpp +++ b/src/kvilib/net/KviHttpRequest.cpp @@ -113,7 +113,8 @@ void KviHttpRequest::resetInternalStatus() m_p->pBuffer->clear(); m_bHeaderProcessed = false; - KviThreadManager::killPendingEvents(this); + //KviThreadManager::killPendingEvents(this); + //QApplication::removePostedEvents(this); } void KviHttpRequest::resetStatus() |
