mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-06 05:12:14 +00:00
code formatting
This commit is contained in:

committed by
GitHub

parent
b72737377f
commit
6b80d9db78
@@ -76,7 +76,7 @@ def main():
|
||||
if key.lower() not in ['content-length', 'transfer-encoding', 'content-encoding']:
|
||||
self.send_header(key, value)
|
||||
self.end_headers()
|
||||
|
||||
|
||||
try:
|
||||
# Read the full content to avoid chunking issues
|
||||
content = response.content
|
||||
@@ -85,7 +85,6 @@ def main():
|
||||
except BrokenPipeError:
|
||||
pass
|
||||
|
||||
|
||||
def do_HEAD(self):
|
||||
self.log_request()
|
||||
self.proxy()
|
||||
|
Reference in New Issue
Block a user