haskell-grpc-native / http2-grpc-haskell

gRPC over HTTP/2 for Haskell, client and server
38 stars 25 forks source link

Support unix and bare sockets #44

Closed akshaymankar closed 3 years ago

akshaymankar commented 3 years ago

Fixes #42

I am not entirely certain about using localhost as the Authority. I added support for bare sockets because it seemed easy enough.

akshaymankar commented 3 years ago
  • grep to see if some examples / the bench tool (i believe nothing does) needs updating

I couldn't find anything. I compiled all the packages, nothing failed.

  • add an entry to the changelog (credit yourself for the patch <3 )

I added a link to this PR.

lucasdicioccio commented 3 years ago

Thank you Akshay!

The build before the doc+changelog commits worked, it looks like it timed out this one time. Restarting it would likely mostly waste resources at Travis => merging that.