Skip to content

Commit 9d33665

Browse files
Joey Salazargitster
authored andcommitted
doc: fix naming of response-end-pkt
Git Protocol version 2[1] defines 0002 as a Message Packet that indicates the end of a response for stateless connections. Change the naming of the 0002 Packet to 'Response End' to match the parsing introduced in Wireshark's MR !1922 for consistency. A subsequent MR in Wireshark will address additional mismatches. [1] kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html [2] gitlab.com/wireshark/wireshark/-/merge_requests/1922 Signed-off-by: Joey Salazar <[email protected]> Reviewed-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59ec224 commit 9d33665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/protocol-v2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ In protocol v2 these special packets will have the following semantics:
3333

3434
* '0000' Flush Packet (flush-pkt) - indicates the end of a message
3535
* '0001' Delimiter Packet (delim-pkt) - separates sections of a message
36-
* '0002' Message Packet (response-end-pkt) - indicates the end of a response
37-
for stateless connections
36+
* '0002' Response End Packet (response-end-pkt) - indicates the end of a
37+
response for stateless connections
3838

3939
Initial Client Request
4040
----------------------

0 commit comments

Comments
 (0)