Hey @chuanhd, could you share a bit more context around the setTimeout in writeData? Curious to understand what it’s used for.
As for the error:
It looks like it’s caused by this line:
Specifically, the extra CRLF after the body is incorrect and got picked up by the next request/response cycle.

