actualizado el servidor HTTP

This commit is contained in:
Luis Ángel San Martín
2013-06-13 13:53:34 +02:00
parent d4ef318190
commit dee244455e
6 changed files with 25 additions and 6 deletions

View File

@ -121,7 +121,7 @@ private:
QMap<QByteArray,HttpCookie> cookies;
/** Write raw data to the socket. This method blocks until all bytes have been passed to the TCP buffer */
void writeToSocket(QByteArray data);
bool writeToSocket(QByteArray data);
/**
Write the response HTTP status and headers to the socket.