- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    None
- 
    6.0
- 
    None
- 
        4b87afbbe6132b03d114cce1cbb7958cf1f3bac8
QtHttpServer crashes with the request like below
#include <QCoreApplication>
#include <QTcpSocket>
int main(int argc, char *argv[])
{ QCoreApplication app(argc, argv); QTcpSocket socket; socket.connectToHost("localhost", 8080); socket.waitForConnected(); socket.write("CONNECT / HTTP/1.1\n\n"); socket.waitForBytesWritten(); return 0; }| For Gerrit Dashboard: QTBUG-82053 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 290233,3 | Fix crash when CONNECT method is used | master | qt/qthttpserver | Status: MERGED | +2 | 0 |