I have noticed that, when using big responses, I often get a CONTENT_LENGTH_MISMATCH, and I have to refresh multiple times to make it work. Now I do realise that my responses are way too big, but otherwise I'd have to make a couple hundred requests to my server to get all 7M characters (More specifically: Content-Length:7234358) used in the response. I'm not sure if this is an issue with Kyoukai or Chrome, but I've had bigger responses on other websites which I remember worked just fine, hence the issue on this repo.
I have noticed that, when using big responses, I often get a CONTENT_LENGTH_MISMATCH, and I have to refresh multiple times to make it work. Now I do realise that my responses are way too big, but otherwise I'd have to make a couple hundred requests to my server to get all 7M characters (More specifically:
Content-Length:7234358
) used in the response. I'm not sure if this is an issue with Kyoukai or Chrome, but I've had bigger responses on other websites which I remember worked just fine, hence the issue on this repo.