Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[BUGFIX][SERVER][WFS] Remove extra line after header
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/qgshttprequesthandler.cpp
|
@@ -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(); |
|
|