Skip to content

Commit

Permalink
Port handler-proxy (http-only) (cuteant#71)
Browse files Browse the repository at this point in the history
Port handler-proxy (http-only)
  • Loading branch information
maksimkim authored and nimakamoosi committed Feb 15, 2024
1 parent 5c4afc1 commit af32130
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/DotNetty.Handlers.Proxy.Tests/ProxyHandlerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ public static List<object[]> CreateTestItems()

/*
Note: Test keeps failing and Tom/Max agreed to skip it for now
new FailureTestItem(
"HTTP proxy: rejected anonymous connection",
DESTINATION, "status: 401",
new HttpProxyHandler(HttpProxy.Address)),
new FailureTestItem(
"HTTP proxy: rejected anonymous connection",
DESTINATION, "status: 401",
new HttpProxyHandler(HttpProxy.Address)),
*/

new SuccessTestItem(
Expand Down Expand Up @@ -173,11 +173,11 @@ public static List<object[]> CreateTestItems()

/*
Note: Test keeps failing and Tom/Max agreed to skip it for now
new FailureTestItem(
"Anonymous HTTPS proxy: rejected connection",
BAD_DESTINATION, "status: 403",
CreateClientTlsHandler(),
new HttpProxyHandler(AnonHttpsProxy.Address)),
new FailureTestItem(
"Anonymous HTTPS proxy: rejected connection",
BAD_DESTINATION, "status: 403",
CreateClientTlsHandler(),
new HttpProxyHandler(AnonHttpsProxy.Address)),
*/

new FailureTestItem(
Expand Down

0 comments on commit af32130

Please sign in to comment.