proxygen
proxygen copied to clipboard
A collection of C++ HTTP libraries including an easy to use HTTP server.
We’re migrating Proxygen from using GLOG to Folly logging which is more flexible, natively supports async logging and has a number of [other advantages](https://github.com/facebook/folly/blob/main/folly/logging/docs/Comparisons.md). General configuration instructions are [here](https://github.com/facebook/folly/blob/main/folly/logging/docs/Usage.md#configuration). Notably,...
please help, when I run a demo, it always print these information, why? ` proxygen_server: /work/code/proxygen-2019.07.01.00/proxygen/folly/folly/io/async/EventHandler.cpp:43: bool folly::EventHandler::registerImpl(uint16_t, bool): Assertion `event_.ev_base != nullptr' failed. *** Aborted at 1562667593 (unix time)...
Hello, I have noticed an issue concerning proxygen's http server (v2019.05.13.00) while trying to stop it gracefully under fairly intense http requesting conditions. Indeed, the http server will not stop...
When I test the proxygen under 1Gbps bandwidth、0.22ms delay and 0 packet loss rate, the results shows that speed of QUIC and FTP are 70M/S and 110M/s. Furthermore, when delay...
Hi, since some requests could take quite a long time, it would block when we call HttpServer::stop(). How to stop those on-going requests? Thanks a lot.
Since proxygen uses folly and wangle as dependencies, wouldn't it be easier to include them as submodules into the project? A simple command such as: `git clone --recursive https://github.com/facebook/proxygen.git` would...
There exists a very handy tool for performance analysis called BrowserMob Proxy. It allows you to capture HAR files for any browser by acting as a simple MITM proxy. It...
Added conditional verification to python executable to search for python instead of python3 on Windows. This code without this modification is searching for python as python3.exe in Windows, but in...
The find program command in CMakeLists.txt is failing to find python on Windows