aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

Add support for SNI #99

Closed singpolyma closed 7 years ago

istathar commented 8 years ago

Need to redo this library for a couple reasons:

1) HTTP 2 2) OpenSSL really is a lemon 3) Make it adaptable in terms of streaming library, if possible.

If you have a concrete way for me to quickly expose SNI functionality in the existing API then by all means, otherwise, I'll throw it in the hopper for next iteration.

AfC

istathar commented 8 years ago

Duh, forget that. I just realized this was a pull request and not an issue. Will merge.

AfC

istathar commented 7 years ago

Merged.