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
Update Dependencies, Update 204, 205 Responses (#36)
### Goals ⚽
This PR updates dependencies and updates the 204 and 205 responses to
have properly empty bodies.
Close Connection on Failed Upgrade (#35)
### Goals ⚽
This PR works around an underlying SwiftNIO bug where HTTP decoding
stops when detecting an HTTP upgrade but then isn't reenabled if that
upgrade fails. For now we'll close instead of reusing the connection,
but only for failed upgrades.
This PR also updates dependencies and versions to 0.10.3.