Skip to content

Commit

Permalink
Issue #4331 Close Complete
Browse files Browse the repository at this point in the history
retain execute behaviour in 9.4. review in 10.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Dec 13, 2019
1 parent 210f9ff commit f86a27e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -386,7 +386,7 @@ void onWriteComplete(boolean last, Throwable failure)
if (release)
releaseBuffer();
if (wake)
_channel.run();
_channel.execute(_channel); // TODO review in jetty-10 if execute is needed
}
}

Expand Down

0 comments on commit f86a27e

Please sign in to comment.