Merge branch 'js/doc-proto-v2-response-end'

Docfix.

* js/doc-proto-v2-response-end:
  doc: fix naming of response-end-pkt
maint
Junio C Hamano 2021-02-25 16:43:30 -08:00
commit f47c3328ef
1 changed files with 2 additions and 2 deletions

View 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
----------------------