I found the reason, I find that when problems arise, fiddlercore been receiving an infinite number of requests, in FiddlerApplication_BeforeRequest, view the Session found that the requesting client socket port from the application itself,and in OnLogString event the LogString value is "Request was missing the required HOST header" , the result is so endless loop causes memory and thread exhausted, I have not changed the Session, why is it so?
↧