]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
manual: Fix paragraph on addblob commands.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 Apr 2015 13:48:16 +0000 (13:48 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 May 2015 14:11:00 +0000 (16:11 +0200)
These days we have the AWAITING_DATA sideband designator to distinguish
between normal and addblob commands.

web/manual.m4

index b7e059785b193ccb67a1c47d34a6d60143b23229..5e58022e5dbfdbe1701871fbd7496f3d410bb978 100644 (file)
@@ -1289,10 +1289,10 @@ to the database, so they need to transfer data the other way round,
 from the client to the server.
 
 There is no knowledge about the server commands built into para_client,
-so it does not know about addblob commands. Instead, it inspects the
-first data package sent by the server for a magic string. If this
-string was found, it sends STDIN to the server, otherwise it dumps
-data from the server to STDOUT.
+so it does not know about addblob commands. Instead, the server sends
+a special "awaiting data" packet for these commands. If the client
+receives this packet, it sends STDIN to the server, otherwise it
+dumps data from the server to STDOUT.
 
 Streaming protocols
 ~~~~~~~~~~~~~~~~~~~