platform: automatically add content-length
if body is present
#680
Labels
Milestone
content-length
if body is present
#680
Some libraries like
URLSession
automatically addcontent-length
if the request body is a known size at the time the request is created.Envoy Mobile doesn't currently provide this functionality, but we could easily add this at the platform layer when consumers are constructing unary requests at which time the request body is a known length.
The text was updated successfully, but these errors were encountered: