~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/network-protocol.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
read which marks end-of-file.  For HTTP server environment there is no
29
29
end-of-stream because each request coming into the server is independent.
30
30
 
31
 
So we need a wrapper around pipes and sockets to seperate out requests
 
31
So we need a wrapper around pipes and sockets to separate out requests
32
32
from substrate and this will give us a single model which is consistent
33
33
for HTTP, sockets and pipes.
34
34