Coder Social home page Coder Social logo

Comments (5)

Ice3man543 avatar Ice3man543 commented on June 2, 2024 1

@hakluke this seems to be caused by assigning headers before checking if the request has been created successfully. A moving the error check up would solve the issue.

hakcheckurl/main.go

Lines 50 to 55 in 831a993

req, err := http.NewRequest("GET", url, nil)
req.Header.Set("Connection", "close")
if err != nil {
fmt.Println(999, err)
return
}

from hakcheckurl.

hakluke avatar hakluke commented on June 2, 2024

Hey @dark-warlord14 can you give me the exact command you ran?

Also ensure that you are using the most recent version.

from hakcheckurl.

dark-warlord14 avatar dark-warlord14 commented on June 2, 2024

I used the most basic one
waybackurls -no-subs yahoo.com | hakcheckurl > result.txt
May be it is due handling of goroutines. I dont know much about go but the crash happens if you feed the tool a vast amount of data.

from hakcheckurl.

pczajkowski avatar pczajkowski commented on June 2, 2024

Should've been fixed by 014c9fc.

from hakcheckurl.

hakluke avatar hakluke commented on June 2, 2024

Done!

from hakcheckurl.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.