proxygen
proxygen copied to clipboard
A collection of C++ HTTP libraries including an easy to use HTTP server.
Almost impossible to build AND use, need to fix packaging or provide instructions. Also segfault on 1 unittest on master. E.g if you try to use the packeges after installing...
Making this available on conan is a worthwhile step in making this project easy to use.
OS: `macOS-Sonoma 14.3.1` Proxygen install: `Homebrew` Proxygen version: `2024.04.01.00` We have created a standalone project that ingrates the `HQ` sample. We are linking to a brew install of `proxygen` /...
HI, Is it possible to compile proxygen for iOS?
It is hard to follow, but do we expect an ingress error (purportedly on a transaction) to cause a session to be closed? This is with keep alive headers. We...
``` 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 found a bug in Proxygen's HTTP parser that is usable to execute request smuggling attacks against Proxygen-based web services when they are running behind any of the following HTTP...
In Downstream, in HTTP1xCodec.cpp file, the websockAccept is generated from the websockAcceptKey sent from the Browser. But in Upstream, an error message is thrown and the connection is terminated: ```...
Hi there! I'm trying to figure out why the HQ client from the samples can't connect to the HQ server (also from the samples). I am able to connect using...