Skip to content

Commit

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

0 comments on commit a2e538e

Please sign in to comment.