https://bz.apache.org/bugzilla/show_bug.cgi?id=63674
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEEDINFO |RESOLVED --- Comment #11 from [email protected] --- Thanks for the link :) I test again and the bug is fixed ! Well done, and a big thanks for this enhancement :) Test1: - mode = DiskStore / Batch - [Uncheck] "retrieve all embedded resources" ---- result ---- -- one 55000 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file contain response data of main requests (<!DOCTYPE html><html><head>...) : ok -- network usage between slave and master = 60500 KB / 55500 KB : ok Test2: - mode = StrippedDiskStore / StrippedBatch - [Uncheck] "retrieve all embedded resources" ---- result ---- -- one 324 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file doesn't contain any response data : ok -- network usage between slave and master = 4140 KB / 37 KB : ok Test3: - mode = DiskStore / Batch - [Check] "retrieve all embedded resources" ---- result ---- -- one 186000 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file contain response data of main (<!DOCTYPE html><html><head>...) and embedded requests (...<FF><EE>^@^NAdobe^@d<C0>...) : ok -- network usage between slave and master = 196000 KB / 190000 KB : ok Test4: - mode = StrippedDiskStore / StrippedBatch - [Check] "retrieve all embedded resources" ---- result ---- -- one 3400 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file doesn't contain any response data : ok -- network usage between slave and master = 8650 KB / 5620 KB : ok -- You are receiving this mail because: You are the assignee for the bug.
