Skip to content
Snippets Groups Projects
Commit 6fdd53f0 authored by Alex Barth's avatar Alex Barth
Browse files

Generate an empty page return as a subscriber response.

parent 527eb29c
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@ class FeedsHTTPFetcher extends FeedsFetcher {
}
}
// Will generate the default 200 response.
return '';
header('HTTP/1.1 200 "OK"', null, 200);
exit();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment