nikhilm / qhttpserver

HTTP server implementation for Qt based on node.js' http parser

Home Page:http://kodeclutz.blogspot.com/2011/02/qhttpserver-web-apps-in-qt.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qhttprequest needs better memory management

nikhilm opened this issue · comments

While it is easy to say not to delete until end() has been emitted, library users may delete it anyway. There are points in qhttpconnection where this deleted m_request may be used, which is not good.