-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TcpStream of CloneTcpStream should be public #530
Conversation
Thanks for contributing! Unfortunately, I'm here to tell you there were the following style issues with your Pull Request:
Guidelines are available at https://github.com/hyperium/hyper/blob/master/CONTRIBUTING.md This message was auto-generated by https://gitcop.com |
Resolves #529 |
Is there a place where you could access it? I thought I made into_inner() On Fri, May 15, 2015, 7:50 AM Antonio Petrelli [email protected]
|
I'm trying to extend HttpConnector to support proxies, so I created an attempt of my version of HttpConnector, named HttpProxyConnector, copying code locally. The offending line is this: Notice that I am a novice in Rust, so please pardon my lack of precision. |
Ahhh, I see. Hm, I find Question though: would proxy support in the |
Probably I missed proxy support in client :-D I did not find it in docs, is it there somewhere? If not then probably I should open an issue in the docs :-D |
No, there isn't proxy support in |
@apetrelli ive opened #531 where we can discuss exactly how it should work. I'm going to close this for now, as I'd rather find a way to remove |
Ok fine for me. |
For the sake of extension, I made TcpStream of CloneTcpStream public.