You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.7.0
- Fixed incorrect log level warning.
- Fixed issue with referenced IPC socket blocking server shutdown.
- Added support for unix sockets.
- Added support for wildcard server names such as `localhost:*`, `*:80` and `*:*`.
- Fixed buggy HTTP/1 pipelining.
- Handle promises returned from generators in the config file correctly.
- Added `-u` / `--user` command line option.
- Correctly decode URL parameters with `urldecode` instead of `rawurldecode`.
- Fixed freeze of websocket reading with very low `maxFramesPerSecond` and `maxBytesPerMinute`.