cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
61 stars 40 forks source link

run callback even if asset transfer failed #14

Closed cxtal closed 4 years ago

cxtal commented 4 years ago

Hello, When downloading an asset via HTTP and the download fails, the callback is not called at all even if the proper parameters are set. This results in long waiting times for the request to time out. The pull request will just call the callback in case the asset transfer failed. Please apply if useful.

Greets.

cinderblocks commented 4 years ago

Thanks!