Skip to content

Commit d363b5d

Browse files
author
Nathaniel Graham
committed
Java garbage collection bugfix
This pull request adds an arraylist of type Buffer to the Request class. Whenever a request object is created that has associated buffers, the buffers should be added to this array list so the java garbage collector does not dispose of the buffers prematurely. This is a more robust expansion on the idea first proposed by @ggouaillardet Fixes #369 Signed-off-by: Nathaniel Graham <[email protected]>
1 parent bcc10fb commit d363b5d

File tree

6 files changed

+219
-96
lines changed

6 files changed

+219
-96
lines changed

0 commit comments

Comments
 (0)