Re: [PR] examples/xmlrpc: Fix calls buffers size. [nuttx-apps]

2025-03-22 Thread via GitHub
cederom commented on PR #3027: URL: https://github.com/apache/nuttx-apps/pull/3027#issuecomment-2741632810 Variables updated: `lastCommand -> lastcmd; curState -> curstate` :-) ``` % gmake -j8 Create version.h Downloading: v1.7.12.tar.gz % Total% Received % Xferd Ave

Re: [PR] examples/xmlrpc: Fix calls buffers size. [nuttx-apps]

2025-03-20 Thread via GitHub
lupyuen merged PR #3027: URL: https://github.com/apache/nuttx-apps/pull/3027 -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.a

Re: [PR] examples/xmlrpc: Fix calls buffers size. [nuttx-apps]

2025-03-18 Thread via GitHub
acassis commented on PR #3027: URL: https://github.com/apache/nuttx-apps/pull/3027#issuecomment-2733480912 @cederom suggestion: lastCommand -> lastcmd; curState -> curstate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] examples/xmlrpc: Fix calls buffers size. [nuttx-apps]

2025-03-16 Thread via GitHub
cederom commented on PR #3027: URL: https://github.com/apache/nuttx-apps/pull/3027#issuecomment-2728149647 Formatting issues, sorry, will fix after a short sleep mode (6AM here) :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[PR] examples/xmlrpc: Fix calls buffers size. [nuttx-apps]

2025-03-16 Thread via GitHub
cederom opened a new pull request, #3027: URL: https://github.com/apache/nuttx-apps/pull/3027 ## Summary * examples/xmlrpc/calls.c used 80 bytes call buffers. * update buffers to CONFIG_XMLRPC_STRINGSIZE+1 that is build time configurable. * this keeps buffers size coherent with