I extracted the bsb-http-chunked package from blaze-builder back when blaze-builder seemed largely unmaintained and in demise.
warp now uses bsb-http-chunked, but http-streams and snap-server have stuck with blaze-builder so far.
Now that blaze-builder is actively maintained again, it seems pretty pointless to maintain the same API in two places.
The main changes that I expect I could contribute to Blaze.ByteString.Builder.HTTP are:
- Docs improvements
- Test improvements
- Benchmark improvements
- Possibly refactorings and very minor performance improvements
I'm not very keen to be involved in general package maintenance, but I'd be willing to help with issues specific to Blaze.ByteString.Builder.HTTP.
What do you think?
I extracted the
bsb-http-chunkedpackage fromblaze-builderback whenblaze-builderseemed largely unmaintained and in demise.warpnow usesbsb-http-chunked, buthttp-streamsandsnap-serverhave stuck withblaze-builderso far.Now that
blaze-builderis actively maintained again, it seems pretty pointless to maintain the same API in two places.The main changes that I expect I could contribute to
Blaze.ByteString.Builder.HTTPare:I'm not very keen to be involved in general package maintenance, but I'd be willing to help with issues specific to
Blaze.ByteString.Builder.HTTP.What do you think?