proxygen icon indicating copy to clipboard operation
proxygen copied to clipboard

A collection of C++ HTTP libraries including an easy to use HTTP server.

Results 34 proxygen issues
Sort by recently updated
recently updated
newest added

Does proxygen supports TLS Renegotiation where Client Certificate Authentication is required?

``` [ 81% 153/182] : && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DGLOG_USE_GLOG_EXPORT -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DGLOG_USE_GLOG_EXPORT -DNDEBUG -lexecinfo -fstack-protector-strong proxygen/httpserver/CMakeFiles/proxygen_push.dir/samples/push/PushServer.cpp.o proxygen/httpserver/CMakeFiles/proxygen_push.dir/samples/push/PushRequestHandler.cpp.o -o proxygen/httpserver/proxygen_push -Wl,-rpath,/wrkdirs/usr/ports/www/proxygen/work/.build/proxygen/httpserver:/wrkdirs/usr/ports/www/proxygen/work/.build/proxygen/lib:/usr/local/lib: proxygen/httpserver/libproxygenhttpserver.so proxygen/lib/libproxygen.so /usr/local/lib/libwangle.so.1.0.0...

Hi, I am encountering a issue in my proxygen based http server application where I am using Proxygen HTTP threads as worker threads and Folly IO threads as consumer threads....

When running getdeps.sh on Windows (via git/mingw bash), I get the following error when it tries to patch boost: ``` Building on {distro=None, distro_vers=10, fb=off, fbsource=off, os=windows, shared_libs=off, test=on} Assessing...