ObjectPutBytes body length error
wI2L opened this issue · 1 comments
wI2L commented
I have noticed that, time to times I get this kind of error when I try so save an object using ObjectPutBytes
:
Put <url> : http: ContentLength=xxxx with Body length 0
I think the watchdog timer may be responsible of this.
Any idea ?
ncw commented
What that looks like is something closed the connection before any of the body had been transferred.
If it was the watchdog then you'd get a different error (I haven't got an example to hand).
I suspect it is probably your provider, but if you want to know for certain then you'll have to use wireshark and see who closes the TCP socket.