repo: gemini-site action: commit revision: path_from: revision_from: 19c1ad202814bb00c5e1edee32436e8d82672a37: path_to: revision_to:
commit 19c1ad202814bb00c5e1edee32436e8d82672a37 Author: SolderpunkDate: Sun May 24 14:30:53 2020 +0000 Fix typo CRFL -> CRLF. diff --git a/docs/spec-spec.txt b/docs/spec-spec.txt
--- a/docs/spec-spec.txt
+++ b/docs/spec-spec.txt
@@ -1,7 +1,7 @@
-----------------------------
Project Gemini
"Speculative specification"
-v0.12.0, May 23rd 2020
+v0.12.1, May 24th 2020
-----------------------------
This is an increasingly less rough sketch of an actual spec for
@@ -43,7 +43,7 @@ S: Accepts connection
C/S: Complete TLS handshake (see 1.4)
C: Validates server certificate (see 1.4.2)
C: Sends request (one CRLF terminated line) (see 1.2)
-S: Sends response header (one CRFL terminated line), closes connection
+S: Sends response header (one CRLF terminated line), closes connection
under non-success conditions (see 1.3.1, 1.3.2)
S: Sends response body (text or binary data) (see 1.3.3)
S: Closes connection
-----END OF PAGE-----