lingochamp / lingochamp/FileDownloader
((How Disable trial-connection?)) Understanding First Request With Header "range: bytes=0-0"
@rantianhua is already working on this.
Since May 13, 2018.
- Dominant language
- Java
- Stars
- 11.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, thanks for your good library.
I have a question from your library at start download state.
when i start download and check send request from android profiler in android studio in first step your library send a request to server with this header range: bytes=0-0 and then start download with another request with this header range: bytes=0-
i want send just one request for less pressure to server.
can i avoid from send trial-connection request or no?
also
can i know why need to send first request with this header range: bytes=0-0 for understanding this subject for better use from your library?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.