openaustralia / yinyo

A wonderfully simple API driven service to reliably execute many long running scrapers in a super scaleable way
https://yinyo.io
Apache License 2.0
6 stars 1 forks source link

Set Transfer-Encoding chunked in headers for logs api call #80

Closed mlandauer closed 4 years ago

mlandauer commented 4 years ago

As https://stackoverflow.com/questions/26769626/send-a-chunked-http-response-from-a-go-server makes clear it's actually doing this automatically when the "flush" is used.

I double checked with a little test code and indeed it is doing what it should be doing.

So, I can close this as an "already fixed and I didn't even realise it".