From 0bf518e3b0eeaf66653db6972525701cacfe6333 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Wed, 6 Apr 2016 16:58:36 -0400 Subject: [PATCH] remove unused current_status method Change-Id: I574919eaa14cadc800f3a1f6014221ee382ee7e0 Signed-off-by: Thiago da Silva --- swift/proxy/controllers/obj.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/swift/proxy/controllers/obj.py b/swift/proxy/controllers/obj.py index 93ffa9a845..70400fc143 100644 --- a/swift/proxy/controllers/obj.py +++ b/swift/proxy/controllers/obj.py @@ -1635,16 +1635,6 @@ class ECPutter(object): self.queue = None self.state = NO_DATA_SENT - def current_status(self): - """ - Returns the current status of the response. - - A response starts off with no current status, then may or may not have - a status of 100 for some time, and then ultimately has a final status - like 200, 404, et cetera. - """ - return self.resp.status - def await_response(self, timeout, informational=False): """ Get 100-continue response indicating the end of 1st phase of a 2-phase

AltStyle によって変換されたページ (->オリジナル) /