diff from Aisha, thanks!
v20.14.0:
- Fixes a potential heap-use-after-free when finishing (tryEnd, end) an
Http response within onWritable callback (captured variables are
destroyed).
- Affects only users who stream large Http responses with the use of
onWritable callback. If your application never sets an onWritable
callback, then you're not affected.
v20.13.0:
- fixes a minor issue where the HTTP parser did not allow header values
with bytes above 7-bit ASCII
v20.12.0:
- Safari 15.4 finally fixed