Some really cursed servers simply drop the TCP socket on the floor when they're trying to close an HTTP connection going through a TLS socket. This commit makes LibTLS tolerate these silly servers, and LibHTTP accept their idea of "EOF == connection closed". Fixes loading wpt.live/acid/acid3/test.html. Note that this means TLSv12::on_ready_to_read can fire with an empty buffer signifying EOF; one test refused this behaviour, and has been changed in this commit. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestTLSCertificateParser.cpp | ||
| TestTLSHandshake.cpp | ||