]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/websocket/detail/impl_base.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / beast / websocket / detail / impl_base.hpp
index fc5bf0bcecb12974013c6301051f793adefaf47c..009129985f35f551cc343d2f34d46bd2323ea3f7 100644 (file)
@@ -137,7 +137,7 @@ struct impl_base<true>
                     return false;
                 if(zs.avail_out >= 6)
                 {
-                    zo.write(zs, zlib::Flush::full, ec);
+                    zo.write(zs, zlib::Flush::sync, ec);
                     BOOST_ASSERT(! ec);
                     // remove flush marker
                     zs.total_out -= 4;