We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was going through the examples and wondering if the line 197 in the example http_server_async.cpp is correct
beast/example/http/server/async/http_server_async.cpp
Line 197 in 2555942
since it is calling size() on the object that has been moved in line 193?
size()
Line 193 in 2555942
Or if it's working correctly if it's not brittle to say the least?
The text was updated successfully, but these errors were encountered:
How the heck does that even work? Yeah it looks off...
Sorry, something went wrong.
Fix use-after-move in example request handlers
9b4f0c3
fix boostorg#992
72cf7db
No branches or pull requests
I was going through the examples and wondering if the line 197 in the example http_server_async.cpp is correct
beast/example/http/server/async/http_server_async.cpp
Line 197 in 2555942
since it is calling
size()
on the object that has been moved in line 193?beast/example/http/server/async/http_server_async.cpp
Line 193 in 2555942
Or if it's working correctly if it's not brittle to say the least?
The text was updated successfully, but these errors were encountered: