File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public async void TestCase3_HttpV2()
100100 Proxy = new ProxyServerConfig
101101 {
102102 Host = "127.0.0.1" ,
103- Port = new List < int > { 80 } ,
103+ Port = new List < int > { 1080 } ,
104104 TimeToAlive = 2
105105 }
106106 } ;
@@ -113,9 +113,9 @@ public async void TestCase3_HttpV2()
113113 DefaultVersionPolicy = HttpVersionPolicy . RequestVersionOrHigher
114114 } ;
115115
116- httpClient . DefaultRequestHeaders . Host = "ce .markop.ir" ;
116+ httpClient . DefaultRequestHeaders . Host = "http2 .markop.ir" ;
117117
118- var httpResponseMessage = await httpClient . GetAsync ( "http://127.0.0.1:80 " , cancellationToken . Token ) ;
118+ var httpResponseMessage = await httpClient . GetAsync ( "http://127.0.0.1:1080 " , cancellationToken . Token ) ;
119119
120120 Assert . True ( httpResponseMessage . IsSuccessStatusCode ) ;
121121
You can’t perform that action at this time.
0 commit comments