- 09 Nov, 2013 40 commits
-
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
add push_stream_timeout_with_body directive to indicate whether send a full message on timed out long polling connections, or not
-
Wandenberg authored
start etag as 1 to avoid concurrency problems when subscriber connects on the same second of a message is published
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
change the publish message action through a WebSocket connection to add the message to all subscribed channels
-
Wandenberg authored
make possible post messages in some channels or delete them at once specifying their ids on push_stream_channels_path diretive separated by a slash
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
avoid reapply formatter to header, message or footer template when inside an if on event source mode
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
normalize use of backtrack, last_event_id and if_modified_since/if_none_match values to get old messages on all subscriber modes
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
removed push_stream_content_type directive, use default_type Nginx directive to set the value, except on JSONP and Event Source modes
-
Wandenberg authored
removed push_stream_keepalive directive, let Nginx decide when to use keepalive and how many requests accept using keepalive_* directives
-
Wandenberg authored
-
Wandenberg authored
remove push_stream_shared_memory_cleanup_objects_ttl directive, using default value 10s, and 4s for cleanup timer
-
Wandenberg authored
-
Wandenberg authored
-
Wandenberg authored
change push_stream_eventsource_support directive to be a subtype of push_stream_subscriber directive
-