Options

Extra data in upload response

figbugfigbug Registered Users Posts: 41 Big grins
I've kinda been ignoring my app for quite a while. A user just reported that it's no longer uploading. Looking at the response I get from the server it looks like this:
HTTP/1.1 200 OK
Cache-Control: private, no-store, no-cache, max-age=1, must-revalidate
Content-Type: text/xml; charset=utf-8
Date: Tue, 17 Jan 2012 17:05:22 GMT
Edge-Control: no-store
Expires: Tue, 17 Jan 2012 17:05:23 GMT
Server: Apache
X-Powered-By: SmugMug/0.9
X-SmugMug-Hiring: How to love what you do: http://www.smugmug.com/jobs/
X-SmugMug-Values: 1/4 - Thrill your customers
transfer-encoding: chunked
Connection: keep-alive

27
<?xml version="1.0" encoding="utf-8"?> 
b9

<rsp stat="ok"><method>smugmug.images.upload</method><Image id="1675674370" Key="LH5FDpx" URL="http://figbug.smugmug.com/Other/2011-05-02-8/21071559_jGHjvS#1675674370_LH5FDpx"/></rsp>

0

Why is the 27, b9 and 0 in the response? And where did the Content-Length header go?

Comments

Sign In or Register to comment.