SQLite Forum

Truncated downloads
Login

Truncated downloads

(1) By anonymous on 2022-02-24 14:27:13 [source]

When I try to download sqlite-autoconf-3380000.tar.gz from www.sqlite.org, the server often closes
the connection before the download is complete, especially when when the network connection is
slow, or if I artifically limit the download speed:

$ wget --limit-rate=10k --tries=1 http://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz
--2022-02-24 14:17:35--  http://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz
Resolving www.sqlite.org (www.sqlite.org)... 2600:3c00::f03c:91ff:fe96:b959, 45.33.6.223
Connecting to www.sqlite.org (www.sqlite.org)|2600:3c00::f03c:91ff:fe96:b959|:80... failed: No route to host.
Connecting to www.sqlite.org (www.sqlite.org)|45.33.6.223|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3030934 (2.9M) [application/x-gzip]
Saving to: 'sqlite-autoconf-3380000.tar.gz'

sqlite-autoconf-3380000.tar.gz                                       12%[===================>                                                                                                                                             ] 384.00K  10.0KB/s    in 38s     

2022-02-24 14:18:14 (9.99 KB/s) - Connection closed at byte 393216. Giving up.

(2) By Richard Hipp (drh) on 2022-02-24 18:29:06 in reply to 1 [link] [source]

Modified the web-server to avoid timeouts after a success HTTP request. See https://www.sqlite.org/althttpd/info/a1edcf8c37ff906b for the change.

Please report if you continue to have problems.