The HTTP Status Code 206 means that the server is delivering only part of the resource requested by the client due to a range header sent by the client.
The range header is used by HTTP clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.
Additional Links and Codes Related to Status Code 206