[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] http timeout and content checking
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] http timeout and content checking
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Thu, 3 Jan 2008 09:56:27 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=ALe6G5jZMIq2YqcRlsb4QijZzgEY5R+dm7+TCTCeu5c=; b=CjOtqCKw/5TkTsPdWhWnJVzeu4qCeMsHlVXkmfeZCHqwWyUZsm7etsrLTn33kMhCdlwjqVKEYtswge4MtFoH1KNgAOyUtt32/JWgxXdG8onbXpsmgztSLxeDEJ56tpTVJOwvhmMhRhdDuJEY/rd+0qOrYHntV4XjNvmUCxoRNEE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=maMhfVCBrIlsatC39c4sLuID+q79rlwfiJkJEbBPR8RxAyksitRXet3PfOVszURJ7a/QiAtLdXxRCh4IlD0qMw+Q2bGnpExZUPPHwhFyJGLSyDBfuYBvtu2iS8o+li3cD3gH9iKOZO8ron3MGgxFXbk2dW7PdIYMqCL57uQSK24=
- References: <29f517690712210824n4f4e958aw4247e023ed4b096f (at) mail.gmail.com> <29f517690712242041k7f16fc8ar9324d002872b3332 (at) mail.gmail.com> <29f517690801021123y61863dc6t5612d3853b0ee88 (at) mail.gmail.com> <20080103111146.GA3753 (at) hswn.dk>
On Jan 3, 2008 6:11 AM, Henrik Stoerner <henrik (at) hswn.dk> wrote:
> On Wed, Jan 02, 2008 at 02:23:42PM -0500, Gary Baluha wrote:
> > Actually, it looks like it's not so much an issue with the max length
> for
> > the URL, as it is for *any* line in bb-hosts. I started writing an
> > extension script to do the content checking, and even that is getting
> the
> > URL truncated. The problem appears that everything past 464 characters
> from
> > the "#" in the bb-hosts file for any host is discarded.
>
> It shouldn't do that, and I cannot trigger this with a simple test.
> Could you send me (off-list) the bb-hosts file you're using ?
>
Just an update for the list...
With the debugging tool Henrik mentioned, the URL that is apparently getting
truncated everywhere else is NOT truncated with the tool. I'm currently
writing a URL content check extension script to both get around the
truncation issue I'm having, as well as adding some content check features
Hobbit doesn't have out-of-the-box, so ultimately it's not a big deal for
me. However, I will work with Henrik to see if we can figure out where this
issue is coming from.