/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2008-05-01 00:43:34 UTC
  • mto: This revision was merged to the branch mainline in revision 3398.
  • Revision ID: andrew.bennetts@canonical.com-20080501004334-2m1vke5vkohpq172
Trivial tweaks to keep network-protocol.txt current with implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
 
244
244
Currently, the only defined header is “Software version”.  Both the client and
245
245
the server should include a “Software version” header, with a value of a
246
 
free-form string such as “bzrlib 1.3”, to aid debugging and logging.  Clients
 
246
free-form string such as “bzrlib 1.5”, to aid debugging and logging.  Clients
247
247
and servers **should not** vary behaviour based on this string.
248
248
 
249
249
Conventional requests and responses
337
337
 
338
338
The first argument of an error response specifies the error type.
339
339
 
340
 
One possible error name is ``UnknownRequestVerb``, which means the server does
 
340
One possible error name is ``UnknownMethod``, which means the server does
341
341
not recognise the verb used by the client's request.  This error was
342
342
introduced in version three.
343
343