Skip to content

Commit

Permalink
Allow body clear
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent e314605 commit 8b861f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapserver/qgshttprequesthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void QgsHttpRequestHandler::setHttpResponse( QByteArray *ba, const QString &form
return;
}
QgsDebugMsg( "Byte array looks good, setting response..." );

appendBody( *ba );
mInfoFormat = format;
}
Expand Down

0 comments on commit 8b861f9

Please sign in to comment.