netty5/codec-http/src
feijermu d4c268ae3e
Close the file when IOException occurs in AbstractMemoryHttpData. (#10157)
Motivation:

An IOException may be thrown from FileChannel.read, and cause the fd leak.

Modification:

Close the file when IOException occurs.

Result:
Avoid fd leak.
2020-04-02 14:16:01 +02:00
..
main Close the file when IOException occurs in AbstractMemoryHttpData. (#10157) 2020-04-02 14:16:01 +02:00
test Close the file when IOException occurs in AbstractMemoryHttpData. (#10157) 2020-04-02 14:16:01 +02:00