]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/protocol-v2.txt
Merge branch 'js/doc-proto-v2-response-end'
[thirdparty/git.git] / Documentation / technical / protocol-v2.txt
index f772d90eaf98cecde7b0c6ddb4c280980af5f13a..a7c806a73e0b5d74069e9c5b208c5f43021f10e5 100644 (file)
@@ -33,8 +33,8 @@ In protocol v2 these special packets will have the following semantics:
 
   * '0000' Flush Packet (flush-pkt) - indicates the end of a message
   * '0001' Delimiter Packet (delim-pkt) - separates sections of a message
-  * '0002' Message Packet (response-end-pkt) - indicates the end of a response
-    for stateless connections
+  * '0002' Response End Packet (response-end-pkt) - indicates the end of a
+    response for stateless connections
 
 Initial Client Request
 ----------------------