File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ to allow clean/smudge filters to quit before reading their input fully.
144144Christian Halstrick said that he sometimes gets "invalid channel 101"
145145errors 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
155155Christian asked a few questions to get more information about when
156156sideband communication should happen and how a server should respond
You can’t perform that action at this time.
0 commit comments