goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

Set content-length for clients, who don't understand chunked

Open makhov opened this issue 10 years ago • 2 comments

For example, Android emulator can't work with Transfer-Encoding: chunked and it's very annoying to me.

makhov avatar Mar 15 '16 20:03 makhov

Hi,

Thanks for the PR.

This is problematic for big requests that won't fit the memory.

Do you have a suggestion what to do?

Maybe we can write a RequestHandler for Android that does just that?

(Apologies for the delay)

elazarl avatar Mar 21 '16 17:03 elazarl

@makhov thank you! this is work with android devices

2tvenom avatar Sep 02 '16 10:09 2tvenom