Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Fixed Cookie support on .NET 4.6 #49

Closed
wants to merge 40 commits into from

Conversation

mkosieradzki
Copy link
Contributor

Please merge: #41 , #46 before.

Fixes: #47 by conditionally including WinHttpHandler on .NET 4.6 as descibed in dotnet/corefx#16464
It also adds regression tests for this issue

Known issue: when using current packages from aspnetcore-ci-dev, sample project will fail under IIS Expres - everything is explained here: dotnet/corefx#16560

Upgraded .NET Framework to 4.6
Updated example to use web sockets on Kestrel
Added RequestAborted cancellation token support
Added basic error handling for connect
Replaced CloseAsync with CloseOutputAsync
Renamed test method
Code formatting
Added constants
Improved variable naming
Expose utility methods for advanced scenarios using ProxyUtils
Refactored to properly used DI
Added PrepareRequest callback to the options
@dnfclas
Copy link

dnfclas commented Mar 1, 2017

@mkosieradzki,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants