From a85c113ee7aeaf7348de83fe3aa4dcd9d525a8bf Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 26 Feb 2020 17:57:58 +0100 Subject: Rename operation to method As defined by the HTTP standard. --- src/ogClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ogClient.py') diff --git a/src/ogClient.py b/src/ogClient.py index 9ad38ff..5c7706c 100644 --- a/src/ogClient.py +++ b/src/ogClient.py @@ -98,7 +98,7 @@ class ogClient: if self.trailer and len(self.data) >= self.content_len: request.parser(self.data) - self.ogrest.processOperation(request, self) + self.ogrest.process_request(request, self) # Cleanup state information from request self.data = "" -- cgit v1.2.3-18-g5258