InsideHTTP

Monday, January 18, 2010

New Fiddler Alpha

Hello, all!

I don't usually ask for broad testing of Alpha builds, but I've made some pretty major changes to Fiddler's client connection reuse and HTTPS-related features, so I'd love for anyone who can help to take a look at it and let me know if I broke anything before I ship this as a beta version.


https://www.fiddler2.com/dl/fiddler2alphasetup.exe


Thanks!
-Eric


// ChangeList v2.2.8.3
// -= ADDITIONS =-
// Restore last active View tab after restart
// Added (primitive) COLS ADD command to QuickExec
// -= FIXES =-
// Fix unmarking session results in white background even if KnownColor.Window != White
// Remove legacy polling behavior for connection reuse
// Fix FiddlerHook to detach hook on last window exit
// -= CODE CLEANUP =-
// Major refactor to handling of HTTPS Connects in Intercept mode.
// Further optimize WinSock.cs to avoid all PtrToStructure calls
// Move SessionID assignment to after ReadRequest