mirror of
https://github.com/cjdenio/uta-trax-api.git
synced 2026-08-04 22:06:34 +00:00
no transfer-encoding: chunked
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user