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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
HBHTTPResponder.respond now includes an onComplete function as a parameter to be called which should be called with the response. This is instead of the EventLoopFuture. This change was implemented as HummingBirdCore should not assume we are running an async server.
HBDateCache is stored in thread local storage
Date header is added automatically, no HBDateResponseMiddleware anymore.
Added HBApplication.Configuration.backlog
Default HBApplication.Configuration.withPipeliningAssistance to true