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

Commit d91cc8b

Browse files
fix format
1 parent 57f3fb6 commit d91cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Setup HTTP proxy:
8787
proxyServer.BeforeRequest -= OnRequest;
8888
proxyServer.BeforeResponse -= OnResponse;
8989
proxyServer.ServerCertificateValidationCallback -= OnCertificateValidation;
90-
proxyServer.ClientCertificateSelectionCallback -= OnCertificateSelection;
90+
proxyServer.ClientCertificateSelectionCallback -= OnCertificateSelection;
9191

9292
proxyServer.Stop();
9393

0 commit comments

Comments
 (0)