seperating inner tls hadshake for xhttp #4244
firewallPass
started this conversation in
Ideas
Replies: 1 comment
-
你是否在寻找:Switch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
xhttp currently only allows seperation of upstream and downstream,what if it only seperates the inner layer tls handshake into another connection for example:
client browser uses tls1.3 and tls in tls has one extra rtt and some length characteristics but what if we send the inner tls handshake packets in another connection
flow will be like this:
xhttp client->(send/receive browser initated tls handshake)(the rest of the data after browser handshake) note:each () represents seperate h2/h3 connection
this will make things very interesting
Beta Was this translation helpful? Give feedback.
All reactions