Skip to content

Commit 1e7b72e

Browse files
authored
fix: add comment
1 parent a63a147 commit 1e7b72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/events/trigger/forward_event.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func ForwardEvent(p ForwardParamters) (*http.Response, error) {
8080
}
8181
}
8282

83+
// Twitch only supports IPv4 currently, so we will force this TCP connection to only use IPv4
8384
var dialer net.Dialer
8485
transport := http.DefaultTransport.(*http.Transport).Clone()
8586
transport.DialContext = func (ctx context.Context, network, addr string) (net.Conn, error) {

0 commit comments

Comments
 (0)