I've got a custom UI wrapper around FiddlerCore for a highly customized web traffic monitoring tool. When simply logging the id and url of each session, I've noticed that there are multiple requests. If I haven't set bBufferResponse = true, then there are 16 events fired for each session. If bBufferResponse = true (I'd prefer it not be), then there are either 6 or 1 events fired. Any ideas what could cause that?