Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

CONTENT_LENGTH_MISMATCH when using a big response #21

Closed Martmists-GH closed 7 years ago

Martmists-GH commented 7 years ago

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.

Fuyukai commented 7 years ago

whoops

Martmists-GH commented 7 years ago

gj fuyu

Fuyukai commented 7 years ago

I need code that I can use to reproduce this, please.

Martmists-GH commented 7 years ago

iirc you fixed this, so I'm closing the issue.