GCDWebServer icon indicating copy to clipboard operation
GCDWebServer copied to clipboard

how to change the header buffer Range

Open ymoyao opened this issue 4 years ago • 1 comments

hello,now, the header like this, how to change Range to "bytes=0-32768"? { Accept = "/"; "Accept-Encoding" = identity; "Accept-Language" = "zh-cn"; Connection = "keep-alive"; Host = "x.x.x.x:xxx"; Range = "bytes=0-65535"; "User-Agent" = "xxxxx"; "X-Playback-Session-Id" = "xxxx"; }

ymoyao avatar Nov 02 '20 07:11 ymoyao

ps: sometimes the Range is empty

ymoyao avatar Nov 02 '20 08:11 ymoyao