From b76d50dc3097684ac6f6059ca4ec406f548696c8 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Tue, 1 Oct 2024 10:01:21 -0700 Subject: [PATCH] Updated history and motivation wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b252cb4..49e69f8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ctest --verbose -C Debug ## History & Motivation -Portions of the code for this library started many years ago as part of a custom HTTP/HTTPS stack we developed at [Solid State Networks](https://solidstatenetworks.com/). Recently we made the decision to switch over to `libcurl` but realized that we still needed to implement our own proxy resolution code. We investigated using `libproxy`, however it did not allow us to statically link the library for closed source commerical purposes. +Portions of the code for this library started many years ago as part of a custom HTTP/HTTPS stack we developed at [Solid State Networks](https://solidstatenetworks.com/). Recently we made the decision to switch over to `libcurl` but realized that we still needed to retain our own proxy resolution code. We investigated using `libproxy`, however it did not allow us to statically link the library for closed source commerical purposes. In the end we decided to separate parts of our proxy implementation to its own library. ## Resources