aboutsummaryrefslogtreecommitdiff
path: root/ch23/support/README.md
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2025-09-14 15:54:53 +0200
committerJan Sucan <jan@jansucan.com>2025-09-14 15:54:53 +0200
commitc3caf869c72050123b75b61ae0aca1a975f8e285 (patch)
tree18c0ddc83243c251ad3000d79460ec685fb5a748 /ch23/support/README.md
parent36fc1e924d6920629d764d934e8939a48ac1ff0f (diff)
ch23: Add support for HTTPS for easier testing
Diffstat (limited to 'ch23/support/README.md')
-rw-r--r--ch23/support/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/ch23/support/README.md b/ch23/support/README.md
index 5e0dc1f..ece30bd 100644
--- a/ch23/support/README.md
+++ b/ch23/support/README.md
@@ -79,7 +79,14 @@ those in a normal shell session without the environment activated.
### Patching the code of chapter 23
-Go to the directory with code for the chapter and run `patch -p1 < /path/to/the/ch23.patch`.
+Go to the directory with code for the chapter and run
+```
+patch -p1 < /path/to/the/ch23.patch
+patch -p1 < /path/to/the/ch23_https.patch
+```
+The second patch is not necessary for getting the code to compile, but it
+enables HTTPS support for testing the podcast downloader with modern podcast
+feeds which are accessible via HTTPS. The original downloader support only HTTP.
### Compiling and running the application