# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\Projects\grizzly-ref\trunk\modules\grizzly\src\main\java\com\sun\grizzly # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: ContextTask.java --- ContextTask.java Base (BASE) +++ ContextTask.java Locally Modified (Based On LOCAL) @@ -59,10 +59,6 @@ } public void recycle() { - // Do not recycle when suspended. - if (context.isSuspended()){ - return; - } if (context != null) { context.getController().returnContext(context);