PCAPdroid/app
emanuele-f 18ffc2c374 Fix memory leak in HTTP server mode
When a client stopped the PCAP download, the isCloseConnection did not
detect the close. As a result, the PCAP dump would still be enqueued to
the ChunkedInputStream, causing the memory allocation to raise and never
be free.

Since NanoHTTPD does not seem to provide a way to detect connection close
and since it is not actively maintained, the HTTP server has been
replaced with an ad-hoc implementation which provides the minimal
features PCAPdroid needs to export the PCAP over HTTP.
2022-02-01 17:40:23 +01:00
..
src Fix memory leak in HTTP server mode 2022-02-01 17:40:23 +01:00
build.gradle Fix memory leak in HTTP server mode 2022-02-01 17:40:23 +01:00
proguard-rules.pro First commit 2019-09-08 22:09:03 +02:00