Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.8.0 FF
-
None
-
3
-
Foundation Sprint 100
Description
home/qt/work/qt/qthttpserver/src/httpserver/qhttpserverrequest.cpp:643:32: error: ‘const class QList<std::pair<QByteArray, QByteArray> >’ has no member named ‘toListOfPairs’ 643 | return d->parser.headers().toListOfPairs(); | ^~~~~~~~~~~~~ Sccache command failed, re-try calling build tool directly /home/qt/work/qt/qthttpserver/src/httpserver/qhttpserverrequest.cpp: In member function ‘QList<std::pair<QByteArray, QByteArray> > QHttpServerRequest::headers() const’: /home/qt/work/qt/qthttpserver/src/httpserver/qhttpserverrequest.cpp:643:32: error: ‘const class QList<std::pair<QByteArray, QByteArray> >’ has no member named ‘toListOfPairs’ 643 | return d->parser.headers().toListOfPairs(); | ^~~~~~~~~~~~~ ninja: build stopped: subcommand failed. Process finished with error: exit status 1
Details: https://testresults.qt.io/coin/integration/qt/qthttpserver/tasks/1706706830
Tested changes (refs/builds/qtci/dev/1706358769):
https://codereview.qt-project.org/c/qt/qthttpserver/+/534907/2 Update dependencies on 'dev' in qt/qthttpserver
https://codereview.qt-project.org/c/qt/qthttpserver/+/528347/3 Fix usage of QHttpHeaderParser in QHttpServerRequest
Attachments
Issue Links
- relates to
-
QTBUG-107749 Use QHttpHeaders in QHttpServerResponse
- Closed