no transfer-encoding: chunked

This commit is contained in:
2026-02-26 22:41:16 -07:00
parent dca88eedfe
commit 12f61f0380
+1
View File
@@ -251,6 +251,7 @@ func main() {
return
}
w.Header().Add("Content-Type", "application/protobuf")
w.Header().Add("Content-Length", strconv.Itoa(len(b)))
w.Write(b)
})