diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-02 17:20:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-02 18:46:20 +0000 |
commit | 5d03669979a0faed6caec3d32f7caac9321eb160 (patch) | |
tree | 914d616f517eb2975f3a7803e14cc16cfc7286bb /test/README | |
parent | 2eec84caa477a4b3b1f9fff999000768f65bd936 (diff) |
PROXY: fix v2 protocol decode. Bugs 2003, 1747
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/README b/test/README index 1a300663b..a600756be 100644 --- a/test/README +++ b/test/README @@ -1023,9 +1023,15 @@ Lines in client scripts are of two kinds: (2) If a line starts with three plus signs followed by a space, the rest of the line specifies a number of seconds to sleep for before proceeding. -(3) Otherwise, the line is an input line line that is sent to the server. Any +(3) If a line begins with three '>' characters and a space, the rest of the + line is input to be sent to the server. Backslash escaping is done as + described below, but no trailing "\r\n" is sent. + +(4) Otherwise, the line is an input line line that is sent to the server. Any occurrences of \r and \n in the line are turned into carriage return and linefeed, respectively. This is used for testing PIPELINING. + Any sequences of \x followed by two hex digits are converted to the equvalent + byte value. Any other character following a \ is sent verbatim. Here is a simple example: |