diff src/org/eclipse/jetty/server/AsyncHttpConnection.java @ 977:d35b0a3a7a4a

remove __currentConnection
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 16 Oct 2016 01:31:05 -0600
parents 5ee36654b383
children bdb6eb0fbf93
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/AsyncHttpConnection.java	Sun Oct 16 01:14:44 2016 -0600
+++ b/src/org/eclipse/jetty/server/AsyncHttpConnection.java	Sun Oct 16 01:31:05 2016 -0600
@@ -59,8 +59,6 @@
 
 		try
 		{
-			setCurrentConnection(this);
-
 			// While progress and the connection has not changed
 			while (progress)
 			{
@@ -131,8 +129,6 @@
 		}
 		finally
 		{
-			setCurrentConnection(null);
-
 			// return buffers
 			_parser.returnBuffers();
 			_generator.returnBuffers();