mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
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. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| proguard-rules.pro | ||