[Cppcms-users] cppcms::http::response::finalize() question
Brought to you by:
artyom-beilis
From: CN <cn...@gr...> - 2010-11-22 13:20:07
|
Hi! I notice that example code "chat" does not always call cppcms::http::response::finalize() before it calls async_complete_response(). Will it cause memory leak if cppcms::http::response::finalize() is not called before async_complete_response() is called by asynchronous applications? If it will, I propose some warnings of its misuse be written to the documentation. Regards, CN |