Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
This commit is contained in:
commit
17b25ca74a
|
@ -272,11 +272,6 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
|||
// Parse the request buffer.
|
||||
boolean handle = parseRequestBuffer();
|
||||
|
||||
// If there was a connection upgrade, the other
|
||||
// connection took over, nothing more to do here.
|
||||
if (getEndPoint().getConnection() != this)
|
||||
break;
|
||||
|
||||
// Handle channel event
|
||||
if (handle)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue