zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04478
[Bug 926463] [NEW] Regression in the http-client
Public bug reported:
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
** Affects: zorba
Importance: Critical
Status: New
** Changed in: zorba
Milestone: None => 2.2
** Changed in: zorba
Importance: Undecided => Critical
--
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:
New
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
Follow ups
References