Skip to content

Commit ae90d8e

Browse files
committed
[BUGFIX][QGIS Server] Clean Headers
With https://github.com/3liz/qgis-wfsOutputExtension, I found that QGIS Server Headers are not always well formed. An extra line can be added at the end. In the commit a9c830e from @mhugent, I found the fix.
1 parent 011109a commit ae90d8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/qgshttprequesthandler.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ void QgsHttpRequestHandler::sendHeaders()
131131
printf( it.value().toLocal8Bit() );
132132
printf( "\n" );
133133
}
134-
printf( "\n" );
135134
}
136135
printf( "\n" );
137136
mHeaders.clear();

0 commit comments

Comments
 (0)