ladybird/Tests
Ali Mohammad Pur 06386ab2b5 LibTLS+LibHTTP: Tolerate improperly closed TLS sockets
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.
2024-04-17 07:19:03 +02:00
..
AK AK: Make BigIntBase more agnostic to non native word sizes 2024-03-25 14:26:29 -06:00
JSSpecCompiler JSSpecCompiler: Add option to silence all diagnostics and use in tests 2024-03-25 14:28:52 -06:00
Kernel Kernel: Add basic KCOV test and benchmark 2024-04-15 21:16:22 -06:00
LibAudio
LibC
LibCompress
LibCore LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
LibCpp
LibCrypto LibCrypto: Add OAEP 2024-04-08 09:34:49 -06:00
LibDeviceTree
LibDiff
LibEDID
LibELF
LibGfx LibGfx/JPEG2000: Implement tag trees 2024-04-16 00:40:16 +02:00
LibGL
LibGLSL
LibIMAP
LibJS Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibLocale
LibMarkdown
LibPDF LibPDF: Handle indirect reference resolving during parsing more robustly 2024-03-19 19:20:01 -04:00
LibRegex LibRegex: Account for extra explicit And/Or in class parser assertion 2024-03-24 08:24:46 +01:00
LibSemVer
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS+LibHTTP: Tolerate improperly closed TLS sockets 2024-04-17 07:19:03 +02:00
LibTTF
LibUnicode
LibURL LibURL+LibWeb: Move data URL processing to LibWeb's fetch infrastructure 2024-03-25 08:13:27 +01:00
LibVideo
LibWasm
LibWeb LibWeb: Default to an empty string when a string attr substitution fails 2024-04-17 07:13:26 +02:00
LibWebView AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LibXML
Spreadsheet
Utilities
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00