I have a question on how does a HTTP Server response look like when a HEAD is sent to a resource and server decided to perform chunked encoding?
If a Server always wishes to perform chunked encoding for a GET on a specific resource, as it does not know the exact content-length while generating response, how should server behave when a HEAD is sent on the same resource.