diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-09-03 10:31:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-09-05 17:45:16 -0700 |
commit | 24f8010136522dfec9356547cfd549dac829a7e2 (patch) | |
tree | 946cecb67e078363e0c1daf33cfaa77f1dfffe05 /specs/bigreq.xml | |
parent | d6ed3e927a756900ad4c9fd7235f8f7f34f376db (diff) |
Fix length of padding in server reply
Length of "20" with unspecified contents was accidentally split into
a length of "2" and contents of "0" in the docbook conversion.
Verified against old spec in http://www.x.org/docs/Xext/bigreq.pdf
Reported-by: shoop_da_whoop on #xorg-devel IRC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'specs/bigreq.xml')
-rw-r--r-- | specs/bigreq.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/bigreq.xml b/specs/bigreq.xml index 13a233e..1d1d84d 100644 --- a/specs/bigreq.xml +++ b/specs/bigreq.xml @@ -277,8 +277,8 @@ <entry>maximum-request-length</entry> </row> <row> - <entry>2</entry> - <entry>0</entry> + <entry>20</entry> + <entry></entry> <entry>unused</entry> </row> </tbody> |