This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 81b9be5 examples/serialrx: implement option to print string characters new 3759da3 webclient: Add a parameter to specifiy protocol version new 7949059 webclient: Send HTTP 1.1 request if enabled new 092ce81 webclient: Always use "connection: close" for HTTP 1.1 for now new 44e80ac webclient: Implement chunked transfer (receiving side) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: include/netutils/webclient.h | 10 + netutils/webclient/webclient.c | 489 ++++++++++++++++++++++++++++++++++++----- 2 files changed, 444 insertions(+), 55 deletions(-)