Commit Graph

8 Commits

Author SHA1 Message Date
op
efd0906d4b 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
2022-05-13 15:20:25 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
op
b9944bece0 update uwebsocket to 2.11.0
changelog:

  v2.10.0:
    Last release broke unmasking of large WebSocket messages

    https://github.com/uNetworking/uWebSockets/releases/tag/v20.10.0


  v2.11.0:
    All versions of Safari 15 for iOS and macOS are entirely broken when
    it comes to WebSocket. This release adds exceptions to the standard,
    applied only to Safari user agents in order to play along with
    Apple's thorough and unmatched incompetence.

    https://github.com/uNetworking/uWebSockets/releases/tag/v20.11.0
2022-01-31 09:04:34 +00:00
op
cd725e62f3 update uwebsockets to v20.9.0 from MAINTAINER Aisha Tammy, thanks! 2022-01-31 08:48:03 +00:00
sthen
bbf8d0b0f1 update to uwebsockets-18.17.0, from maintainer Aisha Tammy 2020-12-11 22:36:25 +00:00
bcallah
9194df3968 Update to uwebsockets-18.13.0, from maintainer Aisha Tammy.
Changelog: https://github.com/uNetworking/uWebSockets/releases/tag/v18.13.0
2020-09-17 01:40:32 +00:00
sthen
4c6ffcedea update to uwebsockets-18.6.0, from Aisha Tammy, retyped by me (mangled diff) 2020-06-29 14:31:55 +00:00
landry
b21f46fe44 Import uWebSockets 18.4.0, from maintainer Aisha Tammy
uWebSocket (it's "micro") is simple, secure & standards compliant web
server for the most demanding of applications.

ok sthen@
2020-06-22 11:39:24 +00:00