roxen.lists.pike.general

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

there is a small bug in the async xmlrpc client

here a simple patch

350c350
<          if (c->status != 200)
---
>          if (c->status() != 200)


Session.Request has only a status function the get the request status from
the query object.


greetings

thomas