beast icon indicating copy to clipboard operation
beast copied to clipboard

HTTP and WebSocket built on Boost.Asio in C++11

Results 212 beast issues
Sort by recently updated
recently updated
newest added

Version of Beast: 330 Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Hi, I'm having difficulty accessing the buffer contents in the websockets-server-async example. Following the documentation for [Accessing Buffer Contents](https://www.boost.org/doc/libs/1_79_0/doc/html/boost_asio/reference/buffer.html#boost_asio.reference.buffer.accessing_buffer_contents), I added...

Hi Boost community, I detected (using FNCI reports) that boost rely on ZLib 1.2.11 in `libs/beast/test` and `tools/boost_install/test`. Recently ZLib was updated to version 1.2.12 to fix a vulnerability (CVE-2018-25032),...

The latest version of the asio library (standalone 1.19 / boost 1.77) now supports per-operation cancellation. Is it possible to integrate this mechanic into beast so that operation cancellation could...

Stale

in the README.md, it is a version behind

### Version of Beast master ### Steps necessary to reproduce the problem I'd like to seek you to look into supporting proxy protocol v2 which allows proxy servers / TCP...

Beast version 1.71 Hi, Is there any portable way to know if the socket has timed out on client side vs on server side? As far as i have tested,...

Hello everyone. According discussed on the [issue 301](https://github.com/boostorg/beast/issues/301), having a `http-client-sync-post` example would be extremely useful to new users. It seems to be a very old request that is still...

### Version of Beast it seems all versions ### Steps necessary to reproduce the problem Small documentation issue. Main documentation page [[master](https://www.boost.org/doc/libs/master/libs/beast/doc/html/index.html), [1.78.0](https://www.boost.org/doc/libs/1_78_0/libs/beast/doc/html/index.html), [1.68.0](https://www.boost.org/doc/libs/1_68_0/libs/beast/doc/html/index.html)] -> see "HTTP Examples" or "More...

Doc