kapilvgit / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
0 stars 1 forks source link

fix for large whisper chunks #3

Closed tle15 closed 2 months ago

tle15 commented 2 months ago

The current implementation throws errors in case of large whisper chunks (around 16MB). This is the fix for those errors.