From 42d33d4fc5ac799ea18d4489b3a99d1ae1eea3a6 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Fri, 20 Oct 2023 21:42:31 +0200 Subject: [PATCH 1/4] server-server-api: Fix grammar --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index d658e009f..b92ef4b42 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -187,7 +187,7 @@ to send. The process overall is as follows: for ``. 6. If the `/.well-known` request returned an error response, and the - SRV record was not found, an IP address is resolved using CNAME, AAAA and A + SRV records were not found, an IP address is resolved using CNAME, AAAA and A records. Requests are made to the resolved IP address using port 8448 and a `Host` header containing the ``. The target server must present a valid certificate for ``. From 3ba825547107e83bf8c3e3688228a7daa9107144 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Tue, 24 Oct 2023 22:15:50 +0200 Subject: [PATCH 2/4] Rephrase more naturally --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index b92ef4b42..46576493d 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -187,7 +187,7 @@ to send. The process overall is as follows: for ``. 6. If the `/.well-known` request returned an error response, and the - SRV records were not found, an IP address is resolved using CNAME, AAAA and A + no SRV records were found, an IP address is resolved using CNAME, AAAA and A records. Requests are made to the resolved IP address using port 8448 and a `Host` header containing the ``. The target server must present a valid certificate for ``. From b70c2f70f51280b5ea87ed4b6e7bc3c81c125c9d Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 24 Oct 2023 21:36:29 -0400 Subject: [PATCH 3/4] remove unnecessary word --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index 46576493d..e7c231796 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -186,7 +186,7 @@ to send. The process overall is as follows: header of ``. The target server must present a valid certificate for ``. -6. If the `/.well-known` request returned an error response, and the +6. If the `/.well-known` request returned an error response, and no SRV records were found, an IP address is resolved using CNAME, AAAA and A records. Requests are made to the resolved IP address using port 8448 and a `Host` header containing the ``. The target From 7762dd83b3bf8d3af418a21994772495d19db56d Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 24 Oct 2023 22:16:09 -0400 Subject: [PATCH 4/4] Add changelog --- changelogs/client_server/newsfragments/1665.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1665.clarification diff --git a/changelogs/client_server/newsfragments/1665.clarification b/changelogs/client_server/newsfragments/1665.clarification new file mode 100644 index 000000000..3ccb23339 --- /dev/null +++ b/changelogs/client_server/newsfragments/1665.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.