On Thursday 23 July 2009 04:43:57 pm Eddy Petrișor wrote: > Hello, > I got at the end of the import, during the changeset close > operation the error code 411 - Length Required. > > So it seems the API returned this code as and answer to this: > 'PUT /api/0.6/changeset/.../close' > > What does this mean?
This is not an API error but just a standard HTTP one. Your request should contain a header "Content-Length" which allow the server to know how much data it can read from your request -- Vincent MEURISSE _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

