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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Thanks for reporting this. The Connection header was only needed to work around a bug in Kestrel on ASP.NET Core 1.0. Since we now depend on ASP.NET Core 1.1 where Kestrel no longer has that bug, the workaround is no longer needed.
So, I've published domain-task 2.0.3 which no longer contains this problematic logic.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed this error in Safari (9.1.2) and found in domain-task the following:
I see Connection listed here as a forbidden header name in the fetch spec.
Can this be wrapped in a !isBrowser condition?
The text was updated successfully, but these errors were encountered: