Resuming a download of an already downloaded document, that is trying to get
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2003 21:54:34 +0000 (21:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2003 21:54:34 +0000 (21:54 +0000)
commita5e22867c7eca8090394f282325d02335532c30d
treed3890b0db512f4cb5d1c90f83563f15036220733
parent5c96266d45fb353882fc675a051066274c264574
Resuming a download of an already downloaded document, that is trying to get
a range of a document beyond its size, caused libcurl to "hang" until the
server closed the connection and then it returned error 18.

This is bad. This way, we don't return any error at all, which isn't nice
either, as we need to alert the app somehow that the request range was out
of size.
lib/transfer.c