From 63dcc91f855eb19bbf168b25e1663c441ab947f8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 25 May 2026 23:47:04 -0700 Subject: [PATCH] Rust-Volume-Server: drop JSONP parity row --- Rust-Volume-Server.md | 1 - 1 file changed, 1 deletion(-) 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