Skip to content

Commit

Permalink
Atmosphere#136 - Remove setting channel to null in NettyWebSocket#rec…
Browse files Browse the repository at this point in the history
…ycle().
  • Loading branch information
YaroslavSaakyan committed Sep 22, 2018
1 parent 2799c14 commit 73c8792
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public void close() {

public void recycle() {
if (headers != null) headers.clear();
channel = null;
}

/**
Expand Down

0 comments on commit 73c8792

Please sign in to comment.