Re: [dev] [surf] Surf crashes (soup problem?)
- From: Dan Winship <danw gnome org>
- To: Sandra Snan <sandra snan handgranat org>
- Cc: dev suckless org, libsoup-list gnome org
- Subject: Re: [dev] [surf] Surf crashes (soup problem?)
- Date: Mon, 07 Dec 2009 14:23:43 -0500
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]