diff doc/auth-protocol.txt @ 4800:f24a1e1c8310 HEAD

Removed "DIE" command from auth protocol. It wasn't implemented, and I'm not sure if it's such a good idea anyway.
author Timo Sirainen <tss@iki.fi>
date Sun, 12 Nov 2006 21:54:26 +0200
parents bc071307fc2a
children 40ce533c88f9
line wrap: on
line diff
--- a/doc/auth-protocol.txt	Sun Nov 12 21:50:50 2006 +0200
+++ b/doc/auth-protocol.txt	Sun Nov 12 21:54:26 2006 +0200
@@ -150,7 +150,6 @@
 
  M: "REQUEST" TAB <id> TAB <client-pid> TAB <client-id>
  M: "USER" TAB <id> TAB <userid> TAB service=<service> [TAB <parameters>]
- M: "DIE"
 
  S: "NOTFOUND" TAB <id>
  S: "FAIL" TAB <id> TAB <error message>
@@ -165,9 +164,6 @@
 ID is a connection-specific unique request identifier. It must be a 32bit
 number, so typically you'd just increment it by one.
 
-DIE makes the server stop accepting new requests, and as soon as the
-existing requests are finished, it kills itself.
-
 NOTFOUND reply means that the request or user wasn't found. Master
 shouldn't even try to send REQUEST commands for nonexisting requests, so if
 it happens it means either a timeout caused by very high load, or client