Software /
code /
prosody-modules
Comparison
mod_pubsub_eventsource/mod_pubsub_eventsource.lua @ 1343:7dbde05b48a9
all the things: Remove trailing whitespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Tue, 11 Mar 2014 18:44:01 +0100 |
parent | 1242:4d1226220e58 |
child | 4508:0329cf8cdecb |
comparison
equal
deleted
inserted
replaced
1342:0ae065453dc9 | 1343:7dbde05b48a9 |
---|---|
26 "Content-Type: text/event-stream"; | 26 "Content-Type: text/event-stream"; |
27 "Access-Control-Allow-Origin: *"; | 27 "Access-Control-Allow-Origin: *"; |
28 "Access-Control-Allow-Methods: GET"; | 28 "Access-Control-Allow-Methods: GET"; |
29 "Access-Control-Max-Age: 7200"; | 29 "Access-Control-Max-Age: 7200"; |
30 ""; | 30 ""; |
31 ""; | 31 ""; |
32 }, "\r\n")); | 32 }, "\r\n")); |
33 | 33 |
34 local clientlist = streams[node]; | 34 local clientlist = streams[node]; |
35 if not clientlist then | 35 if not clientlist then |
36 clientlist = {}; | 36 clientlist = {}; |