Skip to content

Commit

Permalink
Add newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-gibbonec committed Feb 20, 2024
1 parent 4b0da81 commit f6a9a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
forwarder.exe
forwarder.zip
httpreq.txt
*.exe
*.swp
*.zip
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Options:

m.Lock()
resp.Write(conn)
io.WriteString(conn, "\x00")
// Write to stdout as well, if not already set to stdout
if !stdin && verbose {
resp.Write(os.Stdout)
Expand Down

0 comments on commit f6a9a0d

Please sign in to comment.