flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
288 stars 140 forks source link

resp->end(data) never write data #36

Open aandy51 opened 11 years ago

aandy51 commented 11 years ago

Hello,

in the function QHttpResponse::end(...) the flag m_finished is true, just before write(data). So write(data) exit without sending data!

Best regards

Andrea