On 11/4/06, Sam Ruby <rubys intertwingly.net> wrote:
> I'm still seeing this.
You will have to clear out "sources/http", the
non-absolute
location: uri was stored there. The fixed version of
httplib2
was patched to store the right value, not to
absolutize the one retrieved from the cache.
> Furthermore, once such an error occurs, it
> appears that that thread no longer services requests.
Yes, any uncaught exceptions in a thread terminate the
thread.
>
> > The second type of problem was a failure to
resolve the server
> > name. Now fixed, that type of exception is now
caught and logged as an
> > error.
>
> Should I be able to use IRIs if spider_threads is set
to a non-zero value?
I would doubt it, httplib2 only understands URIs, I've done
nothing
to enable IRIs.
> Also a new bug report: the way the change to the feed
parser was made
> causes it to not longer respect the default value for
xml:base.
I will work on that. (Adding unit tests for these changes to
both
feedparser and venus are on my list of things to do).
Thanks,
-joe
--
Joe Gregorio http://bitworking.org
--
devel mailing list
devel lists.planetplanet.org
http://lists.planetplanet.org/mailman/listinfo/devel
|