From 6b94760640d81134adb095f784dfd6ed2899bd20 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 10 Apr 2018 20:30:20 +0100 Subject: mod_bosh: Some additonal comments to improve code readability --- plugins/mod_bosh.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index 00fe62bb..082a24ed 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -369,13 +369,15 @@ function stream_callbacks.streamopened(context, attr) if diff ~= 1 then context.sid = sid; context.notopen = nil; - if diff == 2 then + if diff == 2 then -- Missed a request -- Hold request, but don't process it (ouch!) session.log("debug", "rid skipped: %d, deferring this request", rid-1) context.defer = true; session.bosh_deferred = { context = context, sid = sid, rid = rid, terminate = attr.type == "terminate" }; return; end + -- Set a marker to indicate that stanzas in this request should NOT be processed + -- (these stanzas will already be in the XML parser's buffer) context.ignore = true; if diff == 0 then -- Re-send previous response, ignore stanzas in this request -- cgit v1.2.3