mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-01 19:17:36 +03:00
README: add note about Handshake() being mandatory
This commit is contained in:
parent
37f7eb6d8a
commit
bfc60ea5a4
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@ will prepare ClientHello with empty uconn.Extensions so you can fill it with TLS
|
|||
* `utls.HelloAndroid_6_0_Browser`
|
||||
* `utls.HelloAndroid_5_1_Browser`
|
||||
|
||||
Note: it is *mandatory* to manually call ```tlsConn.Handshake()``` afterwards.
|
||||
Otherwise, eventual ```tls.Write()``` is going to call non-overridden version of handshake.
|
||||
##### Customizing handshake
|
||||
|
||||
Before doing `Handshake()` you can also set fake session ticket, set clientHello or change uconn in other ways:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue