- Notifications
You must be signed in to change notification settings - Fork868
Commit59b792b
committed
plumbing: fix sideband demux on flush
Canonical Git implementation terminates the sideband stream with aflush. If the demux scanner is not terminated, it can hang theconnection. Returns io.EOF when encountering a flush pkt.https://github.com/git/git/blob/master/upload-pack.c#L4601 parent1ddd78a commit59b792b
2 files changed
+28
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
109 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
110 | 136 | | |
111 | 137 | | |
112 | 138 | | |
| |||
150 | 176 | | |
151 | 177 | | |
152 | 178 | | |
153 | | - | |
154 | 179 | | |
0 commit comments
Comments
(0)