Comment # 3
on bug 12034
from Guy Harris
(In reply to Guy Harris from comment #1)
> That argument is set from the _expression_
>
> gboolean try_desegment_body = (http_desegment_body &&
> (!(conv_data->request_method && g_str_equal(conv_data->request_method,
> "HEAD"))) &&
> ((tcpinfo == NULL) || (tcpinfo->fin == FALSE)));
>
>
> so presumably one of the variables in that _expression_ is "uninitialized".
Yup, tcpinfo->fin, which was set to TRUE if FIN was set and left *unset* if FIN
was not set.
You are receiving this mail because:
- You are watching all bug changes.