How is an HTTP server supposed to find out if a client supports byte ranges? -
i writing http/1.1 server in python, , seems implementing byte ranges should pretty easy. question is, proper way server ask client if supports byte ranges? case i'm thinking of if client ever sends request large resource without saying want byte range, or can accept them.
Comments
Post a Comment