summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-30 19:17:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-30 19:17:47 -0400
commite4ed04cce992a438e46da1c15d41bfeb3c111f4d (patch)
tree0678e694683042092fbd3cdfb829fefb038ea948
parent82b66f23e0da5ebe98638fd4bb320b45ab31a927 (diff)
http-notes: demote the headings
-rw-r--r--public/http-notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/http-notes.md b/public/http-notes.md
index 520639d..be1a0dd 100644
--- a/public/http-notes.md
+++ b/public/http-notes.md
@@ -7,7 +7,7 @@ date: "2016-09-30"
I may add to this as time goes on, but I've written up some notes on
subtleties HTTP/1.1 message syntax as specified in RFC 2730.
-# Why the absolute-form is used for proxy requests
+## Why the absolute-form is used for proxy requests
[RFC7230§5.3.2][] says that a (non-CONNECT) request to an HTTP
proxy should look like
@@ -33,7 +33,7 @@ request to the proxy, meaning that the only option left is a TCP
transport; but that is no reason to avoid building generality into the
protocol.
-# On taking short-cuts based on early header field values
+## On taking short-cuts based on early header field values
[RFC7230§3.2.2][] says:
@@ -76,7 +76,7 @@ Since the header field set is longer than we want to process (since we
want to short-cut processing), we are free to respond with whichever
4XX status code we like!
-# On normalizing target URIs
+## On normalizing target URIs
An implementer is tempted to normalize URIs all over the place, just
for safety and sanitation. After all,