Mercurial Hosting > luan
diff src/org/eclipse/jetty/server/BlockingHttpConnection.java @ 977:d35b0a3a7a4a
remove __currentConnection
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 16 Oct 2016 01:31:05 -0600 |
parents | 4d9fe9cc554d |
children | c8cd3e96db5f |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/BlockingHttpConnection.java Sun Oct 16 01:14:44 2016 -0600 +++ b/src/org/eclipse/jetty/server/BlockingHttpConnection.java Sun Oct 16 01:31:05 2016 -0600 @@ -48,8 +48,6 @@ { try { - setCurrentConnection(this); - // do while the endpoint is open // AND the connection has not changed while (_endp.isOpen()) @@ -109,7 +107,6 @@ } finally { - setCurrentConnection(null); _parser.returnBuffers(); _generator.returnBuffers(); }