Mercurial Hosting > luan
comparison 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 |
comparison
equal
deleted
inserted
replaced
1002:35d04ac3fd0b | 1003:21910079096e |
---|---|
150 } | 150 } |
151 } | 151 } |
152 } | 152 } |
153 | 153 |
154 @Override | 154 @Override |
155 public void onInputShutdown() throws IOException | 155 public final void onInputShutdown() throws IOException |
156 { | 156 { |
157 // If we don't have a committed response and we are not suspended | 157 // If we don't have a committed response and we are not suspended |
158 if (_generator.isIdle()) | 158 if (_generator.isIdle()) |
159 { | 159 { |
160 // then no more can happen, so close. | 160 // then no more can happen, so close. |