joy-framework / joy

A full stack web framework written in janet

Home Page:https://joy.swlkr.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serve images net::ERR_CONTENT_LENGTH_MISMATCH

sabazk opened this issue · comments

I'm using the standard created joy template, run joy server
everything works well until I add an image to the page

[:img {:src "/img/kat.png"}]

image format doesn't matter tried several

browser console spits out net::ERR_CONTENT_LENGTH_MISMATCH

chrome & webkit same result
am I missing something?

commented

Ah, I committed something for a newer version of janet/halo! You aren't missing anything! If you grab the latest from master it'll work since I reverted the problem commit

Fixed with 2d92c48

Thank you!