Tagged Questions
1
vote
1answer
175 views
How to configure HTTPServer to use content length and not transfer encoding: chunked?
I'm using java's HTTP Server object with web service implemeted by WebServiceProvider.
I see that no matter of the client request, the answer is chunked and i need it to be with content length.
so i'm ...
0
votes
1answer
467 views
HTTP Chunked data size and content length
How to determine the content-data length if the header is not sent and instead your receive Transfer-Encoding: chunked header..
I heard there is a way to do it, but i failed to find it!
Best,
Moe