Skip to content

Commit

Permalink
Revert "[BUGFIX] Remove extra line after header"
Browse files Browse the repository at this point in the history
This reverts commit a2e538e.
  • Loading branch information
rldhont committed May 22, 2015
1 parent a2e538e commit 84f6f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgshttprequesthandler.cpp
Expand Up @@ -133,6 +133,7 @@ void QgsHttpRequestHandler::sendHeaders()
}
printf( "\n" );
}
printf( "\n" );
mHeaders.clear();
mHeadersSent = TRUE;
}
Expand Down

0 comments on commit 84f6f0d

Please sign in to comment.