Skip to content

Commit

Permalink
Merge pull request #141 from ibesora/master
Browse files Browse the repository at this point in the history
Removes body data from http 204 response
  • Loading branch information
daliborjanak committed Jan 7, 2019
2 parents 5ddbfa3 + d11963d commit 287da50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tileserver.php
Expand Up @@ -421,7 +421,6 @@ public function getCleanTile($scale = 1, $format = 'png') {
header('Access-Control-Allow-Origin: *');
header('HTTP/1.1 204 No Content');
header('Content-Type: application/json; charset=utf-8');
echo '{"message":"Tile does not exist"}';
break;
case 'webp':
header('Access-Control-Allow-Origin: *');
Expand Down

0 comments on commit 287da50

Please sign in to comment.