Correctly set the destroyed flag
This commit is contained in:
parent
c0580cfe71
commit
10097bf881
@ -1204,6 +1204,7 @@ public class HttpPostRequestDecoder {
|
||||
*/
|
||||
public void destroy() {
|
||||
checkDestroyed();
|
||||
destroyed = true;
|
||||
|
||||
cleanFiles();
|
||||
if (undecodedChunk != null && undecodedChunk.refCnt() > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user