c0nrad / http2fuzz

HTTP/2 fuzzer written in Golang
BSD 3-Clause "New" or "Revised" License
176 stars 31 forks source link

don't send port number in SNI name #2

Open hannob opened 8 years ago

hannob commented 8 years ago

I noticed when testing http2fuzzer that my server logs showed an error in the SNI name: It contained the :443 port number. Likely the server will throw away connections early and the fuzzer may be less effective, therefore better fix it.