diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-02-25 16:43:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-25 16:43:30 -0800 |
commit | f47c3328effa3016fff5d67ac233ac139ce32525 (patch) | |
tree | b5104442b5e504efe412a33c729f3bce43771f71 /Documentation | |
parent | Merge branch 'rs/blame-optim' (diff) | |
parent | doc: fix naming of response-end-pkt (diff) | |
download | tgif-f47c3328effa3016fff5d67ac233ac139ce32525.tar.xz |
Merge branch 'js/doc-proto-v2-response-end'
Docfix.
* js/doc-proto-v2-response-end:
doc: fix naming of response-end-pkt
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/protocol-v2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/protocol-v2.txt b/Documentation/technical/protocol-v2.txt index f772d90eaf..a7c806a73e 100644 --- a/Documentation/technical/protocol-v2.txt +++ b/Documentation/technical/protocol-v2.txt @@ -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 ---------------------- |