~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2009-07-27 05:35:00 UTC
  • mfrom: (4570 +trunk)
  • mto: (4634.6.29 2.0)
  • mto: This revision was merged to the branch mainline in revision 4680.
  • Revision ID: andrew.bennetts@canonical.com-20090727053500-q76zsn2dx33jhmj5
Merge bzr.dev.

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