commit | 9787efa97c351352ef4250dd5698e9709be1f5e7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Mar 28 19:17:31 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 28 19:17:31 2015 +0100 |
tree | cb3a2bcca9be9e7ca340eb131a0bc6980bfeef87 | |
parent | c91840aa3374548f07029eb3f985f3016ce7f713 [diff] |
MEDIUM: compression: split deflate_flush() into flush and finish This function used to take a zlib-specific flag as argument to indicate whether a buffer flush or end of contents was met, let's split it in two so that we don't depend on zlib anymore.