Skip to content

Commit

Permalink
Merge pull request FiloSottile#34 from dybskiy/patch-1
Browse files Browse the repository at this point in the history
Typo fix in the comment
  • Loading branch information
FiloSottile committed Apr 8, 2014
2 parents 52232d8 + 9aed073 commit 5462777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleed/heartbleed.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func Heartbleed(host string, payload []byte) (out []byte, err error) {
go func() {
time.Sleep(3 * time.Second)
_, err = conn.Write([]byte("quit\n"))
conn.Read(nil) // TODO: here we should probably chack that it succeed
conn.Read(nil) // TODO: here we should probably check that it succeeds
vuln <- false
}()

Expand Down

0 comments on commit 5462777

Please sign in to comment.