I am writing a Netty server that handles HTTP GET requests from the browser to serve scripts or pixels.
My understanding is that there is no reason why I would receive chunked requests as all I need is either in the URI or the cookie but is there a chance a browser would chunk the request?
(I don't even know if it is possible to chunk a header by the way)