Re: [dev] [surf] Surf crashes (soup problem?)



On 12/07/2009 01:45 PM, Sandra Snan wrote:
> libsoup:ERROR:soup-auth-digest.c:378:soup_auth_digest_compute_response:
> code should not be reached
> zsh: abort      ./surf
> 
> The snippet in soup-auth-digest looks like this:
> 		if (qop != SOUP_AUTH_DIGEST_QOP_AUTH)
> 			g_assert_not_reached ();

mmm... yes, it probably should be

    if (!(qop & SOUP_AUTH_DIGEST_QOP_AUTH))

could you run surf with WEBKIT_DEBUG=Network and confirm that the Digest
WWW-Authenticate header sent from identi.ca has qop="auth,auth-int" ?

-- Dan


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]