MCPcopy Create free account
hub / github.com/azadkuh/qhttp / end

Method end

src/qhttpserverresponse.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void
49QHttpResponse::end(const QByteArray &data) {
50 Q_D(QHttpResponse);
51
52 if ( d->endPacket(data) )
53 emit done(!d->ikeepAlive);
54}
55
56QHttpConnection*
57QHttpResponse::connection() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected