From 94262a2008b2d5b9f203b36a9c87d4be2ecbecf5 Mon Sep 17 00:00:00 2001 From: Josua Hunziker Date: Mon, 12 Sep 2022 15:38:51 +0200 Subject: [PATCH] Correct RFC number --- documentation/2-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/2-options.md b/documentation/2-options.md index ab7b24c49..bc39348ba 100644 --- a/documentation/2-options.md +++ b/documentation/2-options.md @@ -467,7 +467,7 @@ Therefore this option has no effect when using HTTP/2. > - This option is only meant to interact with non-compliant servers when you have no other choice. #### **Note:** -> - The [RFC 7321](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern). +> - The [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1) doesn't specify any particular behavior for the GET method having a payload, therefore it's considered an [**anti-pattern**](https://en.wikipedia.org/wiki/Anti-pattern). ### `timeout`