diff options
-rw-r--r-- | src/ogClient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogClient.py b/src/ogClient.py index c30070c..51aa33b 100644 --- a/src/ogClient.py +++ b/src/ogClient.py @@ -139,7 +139,6 @@ class ogClient: if not self.trailer: header_len = self.data.find("\r\n\r\n") if header_len > 0: - # https://stackoverflow.com/questions/4685217/parse-raw-http-headers request_line, headers_alone = self.data.split('\n', 1) headers = email.message_from_file(StringIO(headers_alone)) |