← Back to team overview

zorba-coders team mailing list archive

[Bug 1001598] Re: Zorba store error [zerr:ZSTR0055]: streamable string has already been consumed

 

** Changed in: zorba
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1001598

Title:
  Zorba store error [zerr:ZSTR0055]: streamable string has already been
  consumed

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query:

  import module namespace http = "http://expath.org/ns/http-client";;

  variable $response := http:send-request(<http:request method="GET" href="http://28msec-cloud9.s3.amazonaws.com/require.js"; />);
   trace(serialize($response[1], ()), "META");
  trace($response[2], "BODY");
  $response[2]

  Returns:
  Zorba store error [zerr:ZSTR0055]: streamable string has already been consumed

  You can try this example live at http://www.zorba-
  xquery.com/html/demo#MqacK3oJ3iigR3SqxRk3Gcn3i8Y=

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1001598/+subscriptions


References