mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Dont set content-length header on streamed response. Fixes #13991
Thanks to @AsgerPetersen to help fixing #13991 closes #2582
This commit is contained in:
parent
b319435743
commit
a37ca2b52f
@ -505,6 +505,7 @@ bool QgsHttpRequestHandler::startGetFeatureResponse( QByteArray* ba, const QStri
|
||||
format = "text/xml";
|
||||
|
||||
setInfoFormat( format );
|
||||
sendHeaders();
|
||||
appendBody( *ba );
|
||||
// Streaming
|
||||
sendResponse();
|
||||
|
Loading…
x
Reference in New Issue
Block a user