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
feat: Allow Kitura-NIO to only listen on one network address (#299). Kitura listens on every available address/interface. This feature allows Kitura to listen on only on interface/network address.
Disable curl's Expect header (#294): prevents ClientRequest (which uses curl) from sending an Expect: 100-continue header when sending payloads above a certain threshold, as Kitura does not support it (resulting in a 1 second delay for such requests).