steveselva

Results 10 issues of steveselva

I am using Proxygen library, while using it I encountered an error. At first, I was using it without any optimizations in Microsoft Visual Studio and it was working fine....

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: ```...

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

Does folly support TLS Renegotiation? If not can you provide some workaround to use it?

Is there any safe way to detach folly::AsyncTransport from proxygen::HTTPSession without closing the socket?

question

For HTTP CONNECT request, the Connection: keep-alive header is discarded and Connection: close header is added, even though the Connection: keep-alive header is set in the upstream for 407 status...

enhancement

When the HTTP1xCodec generates HTTP CONNECT request and waits for a response. And when it receives status code as 200, there should not be any body according to the protocol...

enhancement

Updated HTTP1xCodec to allow Response Body for HTTP CONNECT requests when the response status code is either 4xx or 5xx.

CLA Signed

I am facing a issue with a site where it streams a live video. It sends the data as chunked response and it is failing. When I check the Network...