diff --git a/Rust-Volume-Server.md b/Rust-Volume-Server.md index 80a1616..1bcc3ee 100644 --- a/Rust-Volume-Server.md +++ b/Rust-Volume-Server.md @@ -134,7 +134,6 @@ The `redb` backend is Rust-only. It provides crash-safe disk-backed needle maps | Chunk manifest MIME | Uses stored MIME, skips extension override | Identical | | | Method routing | GET/HEAD→read, POST/PUT→write, DELETE→delete, else→400 | Identical | | | Pretty JSON | `json.MarshalIndent` with 2-space indent | Identical | | -| JSONP | Wraps response in `callback(...);\n` | Identical | | ### gRPC Behavior