xieyuschen / quic-example

Explore the http3 by quic with examples
Apache License 2.0
14 stars 2 forks source link

Use writer in tls.Config to get the tls session #3

Open xieyuschen opened 2 years ago

xieyuschen commented 2 years ago

When using a third part library, everything you want to do should check the followings:

  1. Does the library provide such feature?
  2. Does any library provide such feature?
  3. Is it easy to modify the source library to achieve the feature you want?

If all of answers above are NO, then you can do yourself to provide a new feature. Instead, use another library to do your feature!