ffindelsberger / rustgecko

1 stars 0 forks source link

rustls #1

Closed gitmalong closed 1 year ago

gitmalong commented 1 year ago

could you add rustls support via feature flag?

ffindelsberger commented 1 year ago

could you add rustls support via feature flag?

I can look into it, what is the current use case you need rustls for ?

gitmalong commented 1 year ago

it allows serving an app with an image that doesn't ship openssl. it is also supposed to be faster.

ffindelsberger commented 1 year ago

got it, will try to merge it today or tomorrow

gitmalong commented 1 year ago

awesome thx!