lingochamp / lingochamp/FileDownloader

((How Disable trial-connection?)) Understanding First Request With Header "range: bytes=0-0"

Open
#1,014 3 comments 0 reactions 1 assignee View on GitHub

@rantianhua is already working on this.

Since May 13, 2018.

question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.