On Fri, Apr 10, 2009 at 9:23 PM, Till Harbaum / Lists <[email protected]> wrote: > another small thing: I don't get any result code or the like when closing the > changeset. Shouldn't i get some kind of status or so? I only get a single > whitespace (0x20).
you do - if its successful it returns 200 OK, if there's an error it'll return one of the error statuses 4xx or 5xx. bizarrely, the response document should be empty. but i guess rails figures a single space is "empty". cheers, matt _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

