Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
rldhont committed Oct 22, 2015
1 parent 011109a commit ae90d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/qgshttprequesthandler.cpp
Expand Up @@ -131,7 +131,6 @@ void QgsHttpRequestHandler::sendHeaders()
printf( it.value().toLocal8Bit() );
printf( "\n" );
}
printf( "\n" );
}
printf( "\n" );
mHeaders.clear();
Expand Down

0 comments on commit ae90d8e

Please sign in to comment.