[PATCH:bigreqsproto] Fix length of padding in server reply
Jasper St. Pierre
jstpierre at mecheye.net
Tue Sep 3 10:42:37 PDT 2013
Reviewed-by: Jasper St. Pierre <jstpierre at mecheye.net>
On Tue, Sep 3, 2013 at 1:34 PM, Alan Coopersmith <
alan.coopersmith at oracle.com> wrote:
> 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
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
> ---
> specs/bigreq.xml | 4 ++--
> 1 file 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>
> --
> 1.7.9.2
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
--
Jasper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20130903/b229c12b/attachment.html>
More information about the xorg-devel
mailing list