lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #25705] Memory Leak in HTTPD.C


From: Edward Harris
Subject: [lwip-devel] [bug #25705] Memory Leak in HTTPD.C
Date: Wed, 25 Feb 2009 22:39:09 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6

Follow-up Comment #3, bug #25705 (project lwip):

I'm very confused now!

The HTTPD in the httpserver_raw contrib example has only a http_state
structure like this:

struct http_state {
  u32_t left;
  const unsigned char *file;
  u8_t retries;
};

There's no handle or buf in there at all?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25705>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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