Peter Rust
Peter Rust
@Pita: Would you mind picking a license (MIT would be nice) so there aren't legal questions about using your code? Also, are you interested in this pull request or in...
@Zugwalt: I've never seen this, even with 1gb zip files... oh, here's something relevant from wikipedia's article on the [zip file format](http://en.wikipedia.org/wiki/Zip_%28file_format%29): > **ZIP64** > The original .ZIP format had...
+1 on putting this: ``` * target === final server to receive request * forward === another proxy server to pass request through ``` in the readme.
@EvanOxfeld: Thanks for the mention of decompress (I assume you mean https://github.com/bower/decompress-zip, not https://github.com/kevva/decompress). I don't need streaming support, so it fits my needs -- it was surprisingly hard to...
Sorry to comment on an old thread, but have you looked at [mbed TLS](https://tls.mbed.org) ([formerly PolarSSL](http://community.arm.com/groups/internet-of-things/blog/2015/02/09/polarssl-is-dead-long-live-mbed-tls) -- libcurl [supports compiling with it](https://tls.mbed.org/kb/how-to/compile-curl-with-mbedtls)) as a lightweight alternative to OpenSSL and [miniz](https://code.google.com/p/miniz/)...
@creationix: Great! Are the patches included in https://github.com/creationix/dukluv/blob/master/lib/miniz.c ?
Follow-up: it looks like the CRC patch (https://github.com/luvit/luvi/issues/113) is included in dukluv's copy of miniz.
thanks @JoshuaKGoldberg!
@chetandhembre: https://github.com/substack/node-browserify/issues/1003 also proposes increasing ulimit (to 2048), but if you're at 10480, then you'll need to go a lot higher. I'm not sure if that number of open files...