Comparison

util/xmppstream.lua @ 11546:b21d8c286973 0.11

util.xmppstream: Mark bytes for stream closure as handled
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 May 2021 17:02:37 +0100
parent 11543:63fd4c8465fb
child 11547:dd21eb632f52
comparison
equal deleted inserted replaced
11545:7b8a482f4efd 11546:b21d8c286973
186 stanza = nil; 186 stanza = nil;
187 else 187 else
188 stanza = t_remove(stack); 188 stanza = t_remove(stack);
189 end 189 end
190 else 190 else
191 if lxp_supports_bytecount then
192 cb_handleprogress(stanza_size);
193 end
191 if cb_streamclosed then 194 if cb_streamclosed then
192 cb_streamclosed(session); 195 cb_streamclosed(session);
193 end 196 end
194 end 197 end
195 end 198 end