in reply to Re^4: libpcap, netpacket and decoding http data
in thread libpcap, netpacket and decoding http data
Note the directly. Currently, the module accumulates the complete request payload in RAM until the request has completed. Then it returns that data to your callback (for writing) and afterwards the memory is released.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: libpcap, netpacket and decoding http data
by gk2010 (Initiate) on Mar 17, 2010 at 16:01 UTC |