zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04490
[Bug 926463] Re: Regression in the http-client
** Changed in: zorba
Status: New => Invalid
** Changed in: zorba
Milestone: 2.2 => None
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/926463
Title:
Regression in the http-client
Status in Zorba - The XQuery Processor:
Invalid
Bug description:
The following query:
import module namespace http = "http://expath.org/ns/http-client";
let $res := http:send-request((), "http://www.yahoo.com/")[2]
for $e in $res//*
order by local-name($e)
return $e
works on zorba 2.1.0 but fails in the trunk
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/926463/+subscriptions
References