# HG changeset patch # User Matthew Wild # Date 1620662557 -3600 # Node ID b21d8c2869733ee61a9c636335d8d507bab05a80 # Parent 7b8a482f4efd043eaa7d958422305eebd29a87d9 util.xmppstream: Mark bytes for stream closure as handled diff -r 7b8a482f4efd -r b21d8c286973 util/xmppstream.lua --- a/util/xmppstream.lua Mon May 10 17:01:38 2021 +0100 +++ b/util/xmppstream.lua Mon May 10 17:02:37 2021 +0100 @@ -188,6 +188,9 @@ stanza = t_remove(stack); end else + if lxp_supports_bytecount then + cb_handleprogress(stanza_size); + end if cb_streamclosed then cb_streamclosed(session); end