Dear Sir,
I am developing a web-application. I don't want to send Content-Length in HTTP 1.1 response.
According to rfc, whether Content-Length is a mandatoey header or it can be ignored while sending a HTTP Response for HTTP 1.1. Is it mandatory to send either Transfer-Encoding or Content-Length in HTTP Response for HTTP 1.1
Please help me out so that if Content-Length is not a mandatory field then your answers will bolster my confidence in writing less complicated code.
Thanks
- Niraj