mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Instead of doing some ciphers manipulation before instantiating the http.Transport and then assigning them, instantiate http.Transport, and then in an if do the manipulation. This makes the code a bit clearer, which is always nice when it comes to cryptographic shenanigans. |
||
---|---|---|
.. | ||
encoding_wrappers.go | ||
request_builder.go | ||
response_handler.go | ||
response_handler_test.go |