[Webkit-unassigned] [Bug 64355] [Soup] Cannot override default max-conns and max-conns-per-host Soup Session settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 14:57:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64355





--- Comment #15 from marco <marco at peereboom.us>  2011-07-13 14:57:47 PST ---
Actually moving
    g_object_set(session,
                 SOUP_SESSION_MAX_CONNS, maxConnections,
                 SOUP_SESSION_MAX_CONNS_PER_HOST, maxConnectionsPerHost,
                 NULL);
into SoupSession* ResourceHandle::defaultSession() might be a better idea while leaving the rest intact.  I agree all options are a bit meh but currently it is a bug that on low FD systems results in crashes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list