Rename QHttpSocket::QQueryStringMap and QHttpSocket::QHttpHeaderMap.
This commit is contained in:
@@ -176,7 +176,7 @@ void TestQFilesystemHandler::testRangeRequests()
|
||||
QHttpSocket socket(pair.server(), &pair);
|
||||
|
||||
if (!range.isEmpty()) {
|
||||
QHttpSocket::QHttpHeaderMap inHeaders;
|
||||
QHttpSocket::HeaderMap inHeaders;
|
||||
inHeaders.insert("Range", QByteArray("bytes=") + range.toUtf8());
|
||||
client.sendHeaders("GET", path.toUtf8(), inHeaders);
|
||||
QTRY_VERIFY(socket.isHeadersParsed());
|
||||
|
||||
Reference in New Issue
Block a user