Skip to content

Commit c4b1d25

Browse files
committed
[BUGFIX][SERVER][WFS] Remove extra line after header
1 parent a46f372 commit c4b1d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/qgshttprequesthandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ bool QgsHttpRequestHandler::startGetFeatureResponse( QByteArray* ba, const QStri
461461
else
462462
format = "text/xml";
463463

464-
setHeader( "Content-Type", format );
464+
setInfoFormat( format );
465465
appendBody( *ba );
466466
// Streaming
467467
sendResponse();

0 commit comments

Comments
 (0)