Make a fortune quietly
Go to file
klzgrad e9cd445c8a Negotiate padding capability automatically
Client: On the first connection does a full Open and detects if the
server supports padding by checking for "Padding" header in the
response. Applies padding if the server does. In the following
connections it's back to Fast Open.

Server: Detects if the client supports padding by checking for "Padding"
header in the CONNECT request. Applies padding if the client does.

Both client and server always send "Padding" headers to somewhat protect
the request and response headers' packet lengths, even if the other side
may not acknowledge padding negotiation, either due to old version or
"Padding" headers being dropped by the frontend.

The manual option --padding is removed.
2021-10-06 17:13:22 +08:00
src Negotiate padding capability automatically 2021-10-06 17:13:22 +08:00
.gitignore Add .gitignore 2021-09-24 23:15:57 +08:00