You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/02/26 21:24:08 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #597: GUACAMOLE-1298: Declare default request size limit constant as static.

mike-jumper opened a new pull request #597:
URL: https://github.com/apache/guacamole-client/pull/597


   As flagged by Coverity, the private `DEFAULT_MAX_REQUEST_SIZE` constant was erroneously _not_ declared `static`. As a private integer constant, it rerally should be `static`. It doesn't make sense for a constant to be an instance variable.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-client] necouchman merged pull request #597: GUACAMOLE-1298: Declare default request size limit constant as static.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #597:
URL: https://github.com/apache/guacamole-client/pull/597


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org