necouchman commented on a change in pull request #228: GUACAMOLE-221: Implement guacd support for prompting URL: https://github.com/apache/guacamole-server/pull/228#discussion_r370985384
########## File path: src/libguac/protocol.c ########## @@ -961,6 +961,37 @@ int guac_protocol_send_rect(guac_socket* socket, } +static int __guac_protocol_send_required(guac_socket* socket, Review comment: Documentation added. Also implemented common function `__guac_socket_write_array()` for writing out a NULL-terminated array. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
