jware / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

notificationCallbacks do not work after httpFox has monitored a request #122

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run an extension that monitors notificationCallbacks of requests (for 
request channel etc.)
2. Start httpFox monitoring on a page (for images etc.)
3. notificationCallbacks for requests in first extension don't work.
4. Stopping httpFox allows the first extension to read the callbacks.

What is the expected output? What do you see instead?
notificationCallbacks should work as they pass through all extensions, not get 
overwritten.

What version of the product are you using? On what operating system?
0.8.11, Windows 7 Pro.

Please provide any additional information below.
I found another post with details of the same issue -
https://groups.google.com/d/topic/httpfox/vLjRJF5yqX8/discussion

Original issue reported on code.google.com by nilsber...@gmail.com on 31 Aug 2012 at 1:25