https://bugzilla.wikimedia.org/show_bug.cgi?id=36950
--- Comment #12 from Aaron Schulz <[email protected]> 2012-05-22 15:39:47 UTC --- (In reply to comment #11) > > Like POSTing or PUTing to Swift/S3 will give a content-length of the > > data stored, not the response. > That's the content-length of the client request, not of the server reply, > which > is what we're dealing with, here. > If the server replies the POST with the request size, that violates the HTTP > specification. How do you know the response length, then? No it's the response to the POST that has this header used like this. The client knows that it gets only headers back for such things (and Swift will use statuses like 204 on success). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
