Skip to content

Commit

Permalink
workaround v2fly#2523
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2ac0188 commit 37c46fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dispatcher/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (d *DefaultDispatcher) Dispatch(ctx context.Context, destination net.Destin
}
sniffingRequest := content.SniffingRequest
if !sniffingRequest.Enabled {
go d.routedDispatch(ctx, outbound, destination)
d.routedDispatch(ctx, outbound, destination)
} else {
go func() {
cReader := &cachedReader{
Expand Down

0 comments on commit 37c46fc

Please sign in to comment.