roxen.lists.pike.general

Subject Author Date
Re: Async xmlrpc resposne is not handled Thomas Gusenleitner <tomgusi[at]gmail[dot]com> 11-06-2009
Hi

sure you are right. my misstake

here the correct patch for the async client using the the Session.Request
object not a query object

399c399
<       if (request->status == 200)
---
>       if (request->status() == 200)


bye

thomas



2009/6/10 Peter Bortas @ Pike importmöte för mailinglistan <
<6341[at]lyskom.lysator.liu.se>>

> c is Protocols.HTTP.Query assigned two lines up. Query->status is an
> int. See
>
http://pike.ida.liu.se/generated/manual/modref/ex/predef_3A_3A/Protocols/HTTP/Query.html
>
>