Jonathan Hall
Jonathan Hall
> The one place where it ran into problems was our chunked responses, where we start streaming without knowing the full size of the response body ahead of time. Interesting....
I recently learned about [CBOR](https://cbor.io/), which aims for pure JSON compatibility (unlike MessagePack), so may be a better candidate for this sort of feature.
Technically speaking, we should fix it in Go 1.22, but only for modules or files that specify 1.22 or newer. So if we want to retain/adopt _proper_ compatibility, we'll need...
Sounds reasonable to merge given the rationale above. +1
Is any of this still relevant after the syscall rewwork cc/ @nevkontakte
Superceded by #1194
I think this issue can be closed. It generated some good discussion, but as mentioned, there's no clear course of action proposed. Also, the situation has changed somwhat in the...
This may be resolved, as of #1111 , but it would be good to confirm.
Based on the last comment, it seems that an alternative approach was agreed on. Further, this PR has now sat idle for about a year and a half, so I...
Rebased and merged as #1216