# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /Users/oleksiys/Projects/Grizzly/code/modules/http/src/main/java/com/sun/grizzly/arp # 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: DefaultAsyncHandler.java --- DefaultAsyncHandler.java Base (BASE) +++ DefaultAsyncHandler.java Locally Modified (Based On LOCAL) @@ -135,7 +135,7 @@ public void handle(Task task){ if (task instanceof ProcessorTask){ AsyncTask apt = getAsyncProcessorTask(); - apt.setThreadPool(task.getThreadPool()); + apt.setThreadPool(null); apt.setSelectorThread(task.getSelectorThread()); apt.getAsyncExecutor().setProcessorTask((ProcessorTask)task); apt.execute();