Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
4.3.0
-
None
Description
QSslSocket wont provide correct close notify with QHttp
When creating a SSL connection to a HTTPs service with QHttp and it came time to close the connection. The remote host gave a Close Notify event, but we did not respond back correctly with one. In fact QSslSocket responds with a TCP Reset.
It would be expected to see a Close Notify alert over the SSL channel.
Instead QSslSocket gave a TCP Reset.