Skip to content

Commit 12b685f

Browse files
committed
Update edition-4.md
Minor language updates to improve clarity of Christian's sideband errors.
1 parent 0ad1339 commit 12b685f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎rev_news/drafts/edition-4.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ to allow clean/smudge filters to quit before reading their input fully.
144144
Christian Halstrick said that he sometimes gets "invalid channel 101"
145145
errors when pushing over HTTP using a JGit client.
146146

147-
He had already deeply debugged the problem which appears when quotas
148-
on the filesystem prevent the Git server to store a big packfile. The
149-
server then sends back a packet line "0013error: ..." to the client,
150-
but the client think that sideband communication should still be used,
151-
so it interprets the "e" from "error" as a channel number. The ascii
152-
code of "e", which is 101 in decimal, is the reason why the error is
153-
"invalid channel 101".
147+
He had already debugged the problem and noticed it only appeared when
148+
quotas on the filesystem prevented the Git server from storing a big
149+
packfile. In these cases, the server sends back a packet line
150+
"0013error: ..." to the client; but the client, thinking the sideband
151+
communication should still be used, interprets the "e" from "error"
152+
as a channel number. The ascii code of "e", which is 101 in
153+
decimal, is the reason why the error is "invalid channel 101".
154154

155155
Christian asked a few questions to get more information about when
156156
sideband communication should happen and how a server should respond

0 commit comments

Comments
(0)