jtimperio
jtimperio
I have a patch for this, I just have yet to commit it. I will try and submit this by the end of week
Thanks for the ping @lu4p. There is an issue where dead connections duplicate which I have fixed, but looking at this closely, I think a timed-interval connection check would also...
Arm64 should be possible for the client but I don't think Tor works out of the box.
@44za12 I'm not sure what you are doing is feasible within the scope of ToRat. @lu4p can correct me if I'm wrong, but I believe the image we build on...
Sadly ishell is mostly a dead project. Its has a pile of merge requests waiting and it's been over a year since an update.
``` ^\SIGQUIT: quit PC=0x46d301 m=0 sigcode=128 goroutine 0 [idle]: runtime.futex(0xec6450, 0x80, 0x0, 0x0, 0x7ffd00000000, 0x0, 0xadaf50, 0x0, 0x7ffd8e7e4268, 0x40c17f, ...) /usr/lib/go/src/runtime/sys_linux_amd64.s:579 +0x21 runtime.futexsleep(0xec6450, 0x0, 0xffffffffffffffff) /usr/lib/go/src/runtime/os_linux.go:44 +0x46 runtime.notesleep(0xec6450) /usr/lib/go/src/runtime/lock_futex.go:159 +0x9f...
I've created the following repository to show the bug in action: https://github.com/Project-Lernaean/CollyTimeoutError To reproduce use `go run main.go` and it will iterate through a list of 100 IP port combos....
@dherbst Thanks for the advice. I had a feeling this was lower level than colly but I was hoping that it wasn't an issue with the `HTTP` package. I can...
Awesome work @dherbst! I can sumbit this to the golang source repo with a full explanation of what's going on with the bug later this afternoon
This issue seems to be a duplicate of #24