wemo-client icon indicating copy to clipboard operation
wemo-client copied to clipboard

Add support for supplying content length in requests

Open szakharchenko opened this issue 2 years ago • 2 comments

This enables support for servers which do not support use of chunked transfer encoding in requests, e.g. emulated devices.

szakharchenko avatar Aug 03 '21 13:08 szakharchenko

See also https://github.com/timonreinhard/wemo-client/issues/63.

szakharchenko avatar Aug 04 '21 10:08 szakharchenko

Hmm, I think ideally we should set content-length header whenever the size is known... shouldn't need a option for this...

jimmywarting avatar Jan 26 '22 01:01 jimmywarting