From 6192c9b7a2dda64c38415f3cf65fff16b726fae7 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 3 Dec 2008 16:09:34 +0000
Subject: [PATCH] ganeti.http: Remove unused attribute "should_fork"

This is a leftover from removed code.

Reviewed-by: ultrotter
---
 lib/http.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/http.py b/lib/http.py
index 459e4c872..974707d1a 100644
--- a/lib/http.py
+++ b/lib/http.py
@@ -463,8 +463,6 @@ class HttpServerRequestExecutor(object):
     self.response_content_type = None
     self.response_headers = {}
 
-    self.should_fork = False
-
     logging.info("Connection from %s:%s", client_addr[0], client_addr[1])
     try:
       try:
-- 
GitLab