Remove inaccurate "zero-{copy,allocation}" claims

This commit is contained in:
2025-08-28 13:40:05 -04:00
parent f46a98249f
commit 6fb57619c5
5 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@
- [ ] Support for HTTP redirects (3xx responses) with redirect limits
- [ ] SSL/TLS support using OpenSSL for HTTPS connections
- [ ] Request/response logging and metrics integration
- [ ] Memory-efficient design with zero-copy where possible
- [ ] Memory-efficient design minimizing unnecessary copying
- [ ] Implement fake in-process S3 service using separate Server instance with S3 ConnectionHandler
- [ ] Use create_local_connection to get fd for in-process communication
- [ ] Implement `ListObjectsV2` API for object enumeration