lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #59880] LWIP_HTTPD_CUSTOM_FILES improvements


From: Mike Kleshov
Subject: [lwip-devel] [bug #59880] LWIP_HTTPD_CUSTOM_FILES improvements
Date: Fri, 15 Jan 2021 08:12:18 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0

URL:
  <https://savannah.nongnu.org/bugs/?59880>

                 Summary: LWIP_HTTPD_CUSTOM_FILES improvements
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: kleshov
            Submitted on: Fri 15 Jan 2021 04:12:16 PM MSK
                Category: apps
                Severity: 2 - Minor
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

1) The return value of the function "fs_open_custom()" is inconsistent with
that of "fs_open()". It makes sense to make it err_t and ERR_OK in case of
success, again similar to "fs_open()".
2) There is no need for a separate flag field "is_custom_file" in "struct
fs_file". The existing field "flags" with a new mask FS_FILE_FLAGS_CUSTOM can
be used for this purpose.




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?59880>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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