Show More
@@ -170,7 +170,7 b' class local:' | |||||
170 | # the localstore, because it's not going to match the expected. |
|
170 | # the localstore, because it's not going to match the expected. | |
171 | if content_length is not None and int(content_length) != size: |
|
171 | if content_length is not None and int(content_length) != size: | |
172 | msg = ( |
|
172 | msg = ( | |
173 |
b"Response length (% |
|
173 | b"Response length (%d) does not match Content-Length " | |
174 | b"header (%d): likely server-side crash" |
|
174 | b"header (%d): likely server-side crash" | |
175 | ) |
|
175 | ) | |
176 | raise LfsRemoteError(_(msg) % (size, int(content_length))) |
|
176 | raise LfsRemoteError(_(msg) % (size, int(content_length))) |
General Comments 0
You need to be logged in to leave comments.
Login now