On Fri, Mar 29, 2019 at 3:07 PM Vinnie Falco
However, now there's a real bugfix that I would like to merge https://github.com/vinniefalco/beast/commit/51db4d491a027ce151c176b0d5ce3a62... https://github.com/boostorg/beast/issues/1375
I have a few more fixes I'd like to merge, here are the individual commits (including the previous one) *basic_parser::content_length is stable (API Change):* This fixes a bug in the value returend by basic_parser::content_length() https://github.com/vinniefalco/beast/commit/51db4d491a027ce151c176b0d5ce3a62... *test::stream has deprecated lowest_layer for ssl* This fixes a compilation error when used with ssl::stream https://github.com/boostorg/beast/pull/1549/commits/3c82717fed6a950dcd87ae26... *MSVC uses ::fopen_s* This fixes the warning cause by using the older std::fopen on MSVC https://github.com/boostorg/beast/pull/1549/commits/01bdea2b4d06c701699ab113...