Skip to content

Commit 7ce5250

Browse files
authored
Clarify HTTP chunked transfer encoding
1 parent 97e955c commit 7ce5250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/transfer-protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The client then makes another request, this time a `POST`, with the data that `s
209209
The `POST` request includes the `send-pack` output and the packfile as its payload.
210210
The server then indicates success or failure with its HTTP response.
211211

212-
212+
Keep in mind the HTTP protocol may further wrap this data inside a chunked transfer encoding.
213213

214214
===== Downloading Data
215215

0 commit comments

Comments
 (0)