Ryan Armstrong

Results 117 comments of Ryan Armstrong

This is a great feature request, though difficult to implement. I'll look into it. Submission welcome.

Yes it is complicated I apologize :( I work very hard to make it simply but the are many possible states and transitions. This project was a surprise to me!...

This is currently not possible but something I should consider. Alternatively, you can perform the head request yourself first and then populate a grab request.

You can disable grab's `HEAD` requests by setting `Request.NoResume = true`. Naturally, this will also prevent grab from being able to resume incomplete downloads. If you want both features, you...

Not a noob question at all. Looks like a legit bug. Firstly I can see that director separators are a problem on windows so we’ll need to fix that. The...

Apologies for late response on this. I'm hoping to solve this ASAP. > I'm able to simulate server sending unexpected TCP RST packets, so happy to lending a hand if...

I'm struggling to replicate this issue. It seems sending a random RST is harder than hoped. I'm looking at sending raw socket data which seems a step too far. Do...

Last commit at the time of stack trace: https://github.com/cavaliercoder/grab/tree/2c8601de6d9ac140430fd4c9de28509a0b855af5 And line 48 in `transfer.go`: ``` nr, er := c.r.Read(c.b) ```

This is a bug. If resume is not supported, the destination file should be truncated. In any case, this should work without you having to set filename. I'll look into...

If your URLs are shareable, please provide these.