Bug 99311

Summary: REGRESSION(130613): Reintroduces crashes when using soup's timeout functionality
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: PlatformAssignee: Dominik Röttsches (drott) <d-r>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, cgarcia, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Dominik Röttsches (drott) 2012-10-15 05:25:34 PDT
r130613 had
+     cleanupSoupRequestOperation(handle.get());
in requestTimeoutCallback(gpointer data).

This had been intentionally removed in the crash fix bug 98055.

While working on XHR2 timeout support, I am hitting this crash again, let's remove it.
Comment 1 Dominik Röttsches (drott) 2012-10-15 05:33:28 PDT
Created attachment 168688 [details]
Patch
Comment 2 Dominik Röttsches (drott) 2012-10-15 07:47:13 PDT
Comment on attachment 168688 [details]
Patch

Clearing flags on attachment: 168688

Committed r131301: <http://trac.webkit.org/changeset/131301>
Comment 3 Dominik Röttsches (drott) 2012-10-15 07:47:21 PDT
All reviewed patches have been landed.  Closing bug.