Hello, I’ve got an OpenSSL client that’s showing the behavior in strace: read 5 bytes - OK read 11228 bytes - gets partial response read remainder - ECONNRESET That ECONNRESET causes OpenSSL to fail the entire SSL_read(). My question is, does TLS allow a client to be _able_ to parse an incomplete message? Or is it that only the entire message can be decoded? Thank you! -Felipe Gasper Mississauga, Ontario