afrind
afrind
As long as we haven't received any bytes beyond the headers, it should be ok to allow keep-alive on 4xx. Maybe adding a `setParserPaused(true);` when detecting the end of an...
Would you like to put up a PR we can review? It might take some time before we can work on this modification.
Did you not need this anymore? We had pulled it internally and it's been on the todo list to give it proper testing and land.
I saw this comment which is somewhat related? https://github.com/facebook/folly/issues/1655#issuecomment-919448706 Something about c++abi lib dependency on mac?
If a QUIC DATAGRAM is in the same QUIC packet as the 200 Ok, will it be correctly delivered to the application? It would be kind of nice if this...
> configuration includes the default HTTP server options, with a thread count of 240 for Proxygen That seems pretty high? Normally the number of HTTP workers shouldn't exceed the number...
I recently hit similar memory issues when running the [moxygen](https://github.com/facebookexperimental/moxygen) tests on Linux when compiled with gcc (but not clang). I think I traced it back to how folly::ExceptionWrapper populates...