Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 18dafe5

Browse files
committed
another small code style fix
1 parent 9b9e875 commit 18dafe5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/Titanium.Web.Proxy.Examples.Basic/ProxyTestController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public void StartProxy()
8888
//So client sends request in a proxy friendly manner
8989
proxyServer.AddEndPoint(explicitEndPoint);
9090
proxyServer.Start();
91-
9291

9392
//Transparent endpoint is useful for reverse proxy (client is not aware of the existence of proxy)
9493
//A transparent endpoint usually requires a network router port forwarding HTTP(S) packets or DNS

0 commit comments

Comments
 (0)