diff options
Diffstat (limited to 'irc/soju/files/patch-cmd_soju_main.go')
-rw-r--r-- | irc/soju/files/patch-cmd_soju_main.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/irc/soju/files/patch-cmd_soju_main.go b/irc/soju/files/patch-cmd_soju_main.go new file mode 100644 index 000000000000..f0a2a1f03f41 --- /dev/null +++ b/irc/soju/files/patch-cmd_soju_main.go @@ -0,0 +1,9 @@ +--- cmd/soju/main.go.orig 2021-09-13 12:23:33 UTC ++++ cmd/soju/main.go +@@ -253,5 +253,6 @@ func proxyProtoListener(ln net.Listener, srv *soju.Ser + } + return proxyproto.IGNORE, nil + }, ++ ReadHeaderTimeout: 5 * time.Second, + } + } |