-
Notifications
You must be signed in to change notification settings - Fork 104
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
Secondary traffic #75
Comments
If the listening program does not return the packets to SSLproxy (the connection you crossed over in the diagram), it is effectively disabled. |
I use as a divert, a regular echo-tcp-server (listens to 127.0.0.1 8080), which sends (write) what it receives. It writes information to the same connection that it received. The problem is that the SSLproxy implementation does not allow this, and the proxy freezes halfway through. Could you tell me what to do, where to look in the source code to fix this? It might be worth sending some data earlier, etc. thx for answer |
can i transfer all child connections to parent connections when i use divert? That is, I want to remove child connections, but keep all divert functions |
It's way more complicated than what you think. That would be a very different project. |
What should I know when performing this task that you could share? I'm currently reworking protohttp, reworking read/write callbacks. response/request headers |
and another question. Can I add a divert branch in split mode? |
Can I not create a reverse connection for secondary traffic from divert-proxy, but go through the connection that has already been created? If yes, then how. Or at least where it is in the source code so that I can study it myself
The text was updated successfully, but these errors were encountered: