MNIO-872 — No memory rbio to swap with socket rbio
During the SNI inspection, the ClientHello data are stored in a buffer to inspect the SNI. When inspecting HTTPS after SNI, memory rbio (BIO structure for reading from memory buffer) is created from that buffer and SSL_accept is performed on both the memory rbio and socket rbio. This error means that there is no buffer to create the memory rbio.