Show More
@@ -516,7 +516,7 b' def stream(repo, proto):' | |||
|
516 | 516 | it is serving. Client checks to see if it understands the format. |
|
517 | 517 | |
|
518 | 518 | The format is simple: the server writes out a line with the amount |
|
519 | of files, then the total amount of bytes to be transfered (separated | |
|
519 | of files, then the total amount of bytes to be transferred (separated | |
|
520 | 520 | by a space). Then, for each file, the server first writes the filename |
|
521 | 521 | and filesize (separated by the null character), then the file contents. |
|
522 | 522 | ''' |
General Comments 0
You need to be logged in to leave comments.
Login now