jmccl
jmccl
The demo page currently doesn't work on Android. I'm running the latest Chrome: 52.0.2743.98 on a Nexus 5X.
Add bm-websites to list of projects that integrate with Let's Encrypt. https://bm-websites.com
``` from /home/john/third-party/proxygen/proxygen/_build/deps/folly/folly/CancellationToken.cpp:17: /usr/include/glog/logging.h:60:4: error: #error was not included correctly. See the documention for how to consume the library. 60 | # error was not included correctly. See the documention...
I would like to reuse buffers as described here. https://nginx.org/en/docs/dev/development_guide.html#http_body_buffers_reuse This is currently (I think) not possible as the raw ngx_pool_t is private to ngx::core::Pool, so that ngx_chain_get_free_buf and ngx_chain_update_chains...
When I run 'cargo build' I get the following ``` ... Compiling sct v0.7.1 Compiling ureq v2.9.1 Compiling nginx-sys v0.1.0 error: failed to run custom build command for `nginx-sys v0.1.0`...
Fix #2171. As I understand it 'GLOG_USE_GLOG_EXPORT' figures out the right thing to do (if you're not building glog itself). (Tested on Manjaro.)