feat(client): enable CONNECT requests through the Client
				
					
				
			While the upgrades feature enabled HTTP upgrades in both and the server and client, and the goal was for `CONNECT` requests to work as well, only the server could use them for `CONNECT`. The `Client` had some specific code rejecting `CONNECT` requests, and this removes it and prepares the `Client` to handle them correctly.
This commit is contained in:
		| @@ -22,7 +22,7 @@ include = [ | ||||
| bytes = "0.4.4" | ||||
| futures = "0.1.21" | ||||
| futures-cpupool = { version = "0.1.6", optional = true } | ||||
| http = "0.1.5" | ||||
| http = "0.1.7" | ||||
| httparse = "1.0" | ||||
| h2 = "0.1.5" | ||||
| iovec = "0.1" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user