Browse Source
If biDirectionalPipe is false ReceivePack does not start out with the advertisement but instead assumes it should read the command set once, process that, and write the status report out. This means it only is doing one read through the input followed by one write to the output, which fits with the HTTP request processing model, and any other type of RPC system... assuming that the payload for input can be a very big entity like the command stream followed by the pack file. Change-Id: I6f31f6537a3b7498803a8a54e10b0622105718c1 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>stable-0.7
Shawn O. Pearce
15 years ago
1 changed files with 43 additions and 2 deletions
Loading…
Reference in new issue