Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Adding new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 3, 2021
1 parent 31f55c8 commit cdfce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func GetHttpClient(event *l9format.L9Event) *http.Client {

var HttpTestRequest = "GET %s HTTP/1.1\r\n" +
"Host: %s\r\n" +
"User-Agent: l9tcpid/v1.0.0\r\n" +
"User-Agent: l9tcpid/v1.1.0\r\n" +
"Connection: close\r\n"

func SendHttpTestRequest(hostname string, path string, connection net.Conn) (err error) {
Expand Down

0 comments on commit cdfce37

Please sign in to comment.