~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Frank Aspell
  • Date: 2009-02-22 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: frankaspell@googlemail.com-20090222165402-2myrucnu7er5w4ha
Fixing various typos

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