thomassa

Results 5 comments of thomassa

Does it support reading a "split" zip file, as described in section 8 of the [specification](https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT)? (E.g. `file.z01`, `file.z02`, `file.zip`)

> What increased steadily? The RSS column looks pretty stable here. The RSS of process 216608 grew fairly steadily from 73268 to 98308 (an increase of about 25M) over the...

Understood. Thank you. Yes, I knew it does its own memory allocation, and I wasn't assuming that it would release memory back to the OS. I put the calls to...

Looking at the ocaml-ssl source code, I think the problem probably comes from elsewhere: some code that ocaml-ssl uses.

set_good_ciphersuites is one of a pair of functions added to the Stunnel module recently: xapi-project/xen-api-libs-transitional#23 So `Error: Unbound value Stunnel.set_good_ciphersuites` shows that an older Stunnel is still being used.