Overview
Keeping cookies and request headers as small as possible ensures that an HTTP request can fit into a single packet.
Keeping cookies and request headers as small as possible ensures that an HTTP request can fit into a single packet.
Ideally, an HTTP request should not go beyond 1 packet. The most widely used networks limit packets to approximately 1500 bytes, so if you can constrain each request to fewer than 1500 bytes, you can reduce the overhead of the request stream. HTTP request headers include: