Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Sep 10, 2020
1 parent 8c2e8e9 commit 2237528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/vless/inbound/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func (h *Handler) Process(ctx context.Context, network net.Network, connection i
err = newError("fallback directly")
} else {
request, requestAddons, err, pre = encoding.DecodeRequestHeader(reader, h.validator)
if pre == nil {
if pre != nil {
defer pre.Release()
} else {
isfb = false
Expand Down

0 comments on commit 2237528

Please sign in to comment.