Skip to content

Commit

Permalink
[BUGFIX][SERVER][WFS] Remove extra line after header
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed May 22, 2015
1 parent a46f372 commit c4b1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgshttprequesthandler.cpp
Expand Up @@ -461,7 +461,7 @@ bool QgsHttpRequestHandler::startGetFeatureResponse( QByteArray* ba, const QStri
else
format = "text/xml";

setHeader( "Content-Type", format );
setInfoFormat( format );
appendBody( *ba );
// Streaming
sendResponse();
Expand Down

0 comments on commit c4b1d25

Please sign in to comment.