aboutsummaryrefslogtreecommitdiff
path: root/src/protocols/gopherclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocols/gopherclient.cpp')
-rw-r--r--src/protocols/gopherclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocols/gopherclient.cpp b/src/protocols/gopherclient.cpp
index 63c35ca..658a3de 100644
--- a/src/protocols/gopherclient.cpp
+++ b/src/protocols/gopherclient.cpp
@@ -97,6 +97,7 @@ void GopherClient::on_finished()
{
if(not was_cancelled)
{
+ this->on_readRead();
emit this->requestComplete(this->body, mime);
was_cancelled = true;
}