Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/AsyncHttpConnection.java @ 1003:21910079096e
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 22 Oct 2016 22:24:47 -0600 |
parents | bdb6eb0fbf93 |
children | 4ada7a8c128a |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AsyncHttpConnection.java Sat Oct 22 21:56:44 2016 -0600 +++ b/src/org/eclipse/jetty/server/AsyncHttpConnection.java Sat Oct 22 22:24:47 2016 -0600 @@ -152,7 +152,7 @@ } @Override - public void onInputShutdown() throws IOException + public final void onInputShutdown() throws IOException { // If we don't have a committed response and we are not suspended if (_generator.isIdle())