Files
ladybird/Userland/Libraries/LibTLS/Socket.cpp
Ali Mohammad Pur ab46864674 LibTLS: Split large application data packets into chunks
Each TLS record has a limited max size, we should respect that and split
the packets.
Fixes RecordOverflow errors when a packet larger than 18432 bytes is
sent over.
2021-10-03 14:42:00 +03:30

9.6 KiB