From a791ba733fd22d523963ad6cb57a2d42402b181b Mon Sep 17 00:00:00 2001 From: Yaffle Date: Sat, 29 Jun 2013 15:36:48 +0600 Subject: [PATCH] Update message.php empty line at the end of this file makes tests harder to understand --- eventsource/resources/message.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eventsource/resources/message.php b/eventsource/resources/message.php index 69d5694a9dec83..85a7f1d6bfba2f 100644 --- a/eventsource/resources/message.php +++ b/eventsource/resources/message.php @@ -4,5 +4,6 @@ $newline = !empty($_GET["newline"]) ? ($_GET["newline"] == "none" ? "" : $_GET["newline"]) : "\n\n"; header("Content-Type: " . $mime); echo $message . $newline; + echo "\n"; + exit(); ?> -