Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 7e3a723

Browse files
lukehindsjhrozek
authored andcommitted
Send Generic Proxy Name
1 parent 8d2e09f commit 7e3a723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/providers/copilot/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ async def connect_to_target(self) -> None:
317317
if self.transport and not self.transport.is_closing():
318318
self.transport.write(
319319
b"HTTP/1.1 200 Connection Established\r\n"
320-
b"Proxy-Agent: ProxyPilot\r\n"
320+
b"Proxy-Agent: Proxy\r\n"
321321
b"Connection: keep-alive\r\n\r\n"
322322
)
323323

0 commit comments

Comments
 (0)