Bug Fix - MiniSSL::Socket#write - use data.byteslice(wrote..-1) by MSP-Greg · Pull Request #2543 · puma/puma
Description MiniSSL::Socket#write performs some string 'dice & chop', and was using both byte and character methods. Convert all to byte methods. Closes #2542 Note that this is only no...