Allow body clear

This commit is contained in:
elpaso 2014-10-26 09:13:38 +01:00
parent e3146057ed
commit 8b861f9c5f

View File

@ -57,7 +57,6 @@ void QgsHttpRequestHandler::setHttpResponse( QByteArray *ba, const QString &form
return;
}
QgsDebugMsg( "Byte array looks good, setting response..." );
appendBody( *ba );
mInfoFormat = format;
}