yada

dominicm 2017-11-02T07:19:53.000082Z

Ah, that. Okay. I'd always merge into the record, because I'm aware of that. Maybe that's not obvious to others.

2017-11-02T14:14:32.000125Z

is there a way to set the content-length of a response?

2017-11-02T14:14:56.000383Z

I’ve tried adding it as a header to the response but it doesn’t seem to come through when I curl -v it

danielcompton 2017-11-02T20:31:54.000408Z

@peterwestmacott do you mean no content-length is set at all, or a different one is set?

danielcompton 2017-11-02T20:32:05.000229Z

I think Yada tries to set the content-length for you

malcolmsparks 2017-11-02T20:33:27.000479Z

Yes. This is puzzling. You can set content length. Can you send your resource code @peterwestmacott?