Emile Cormier
Emile Cormier
> It does show that a C++11 version would gain a potential user base of 1/5 of respondents. If you look at the "No: Not Allowed" column on page 20,...
I don't use Proxy Protocol, but I've stumbled upon this issue via Internet search. It seems to me that we need to rethink C++ networking sockets so that intermediary layers...
@madmongo1 , I'm confused about when `prepare_payload` is actually needed. In this [issue comment](https://github.com/boostorg/beast/issues/524#issuecomment-310132434), @vinniefalco says that calling it is not needed, whereas in this issue, neglecting to call it...
Note that the Progressive Call Invocations feature (formerly known as Progressive Calls) is seemingly more strict when the Dealer receives a `CALL.Options.progress=true` when the caller did not announce support for...
@oberstet wrote: > Ideally, receiving an unsolicited PONG should be a protocol error. Unsolicited Pong frames [are permitted in Websocket](https://datatracker.ietf.org/doc/html/rfc6455#section-5.5.3): > A Pong frame MAY be sent unsolicited. This serves...
> btw, I never understood what " A response to an unsolicited Pong frame is not expected." is supposed to mean. If it is not expected, does that mean it...
> I am test-driving some other trie libraries @gh-andre I also need the feature you propose. If you don't mind me asking, which one did you end up using which...
@gh-andre , @Tessil , submitted PR #52 to add this functionality.
@gh-andre BTW, I checked out Akamai Radix Tree and didn't like that I had to provide things like the desired max depth and the maximum edge length. Choosing a very...
> SHA256 checksums for the official archives are published in [release notes](https://www.boost.org/users/history/version_1_85_0.html). I don't remember exactly, but I think that SHA256 only works with the jfrog download link, and not...