molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

Adds address function for compatibility with core http and https modules #173

Closed mikefrey closed 8 years ago

mikefrey commented 8 years ago

I'm experiencing issues when using http2 with other modules that expect the same interface as the core http server. The .address() method seems to be the main culprit.

Resolves #157

mikefrey commented 8 years ago

@molnarg or @nwgh any chance you can take a look at this?

nwgh commented 8 years ago

Thanks!