CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2022/05/13 09:20:25

Modified files:
        www/uwebsockets: Makefile distinfo 

Log message:
update www/uwebsockets to 20.14.0

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

Reply via email to