lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1222-gea2e628
Date: Sat, 3 Feb 2018 15:59:03 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  ea2e628ac3cfa1af3c09956cd345b92c8672e337 (commit)
       via  1a75112b473884e4b7b23304297920a12fe221ea (commit)
       via  053a5e6e134236d45128e6b4308e82d1dbcfea2c (commit)
      from  d5d30d49f2d1dad7cf3381351e2e944a7de1c0ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ea2e628ac3cfa1af3c09956cd345b92c8672e337
Author: goldsimon <address@hidden>
Date:   Sat Feb 3 21:58:45 2018 +0100

    httpd: get_http_headers: refactor decision for add_content_len

commit 1a75112b473884e4b7b23304297920a12fe221ea
Author: goldsimon <address@hidden>
Date:   Sat Feb 3 21:53:44 2018 +0100

    httpd: ensure hs->keepalive is 0 if content length is not sent
    
    Connections for custom files without the persistent flag were not
    closed without this change.
    
    Signed-off-by: goldsimon <address@hidden>

commit 053a5e6e134236d45128e6b4308e82d1dbcfea2c
Author: goldsimon <address@hidden>
Date:   Sat Feb 3 21:51:33 2018 +0100

    httpd: get_http_headers: fix content length check for custom files
    
    Headers are never included here or else get_http_headers would not
    have been called.
    
    As a result, custom files need to set FS_FILE_FLAGS_HEADER_PERSISTENT
    in file->flags if file->len is the correct length of the file.
    
    See also patch #9500
    
    Signed-off-by: goldsimon <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/apps/httpd/httpd.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]