Is a HTTP Content-Length over 2GB or 4GB supported by modern webservers?
How about the chunks in HTTP Chunked Transfer Encoding? Can an individual HTTP chunk exceed 2GB in length?
I need to know to use 32-bit integers or 64-bit integers in my code.