sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Buffer $n bytes before returning #13

Closed ugexe closed 8 years ago

ugexe commented 8 years ago

Seems like it may be the cause of https://github.com/sergot/http-useragent/issues/105 where a call to recv($chunked-size) might return less than $chunked-size bytes. This looks like it should be handled in IO::Socket::SSL already so it might not be a valid PR; Input is needed

sergot commented 8 years ago

thanks!