spdy-http2 / node-spdy

SPDY server on Node.js
2.8k stars 196 forks source link

Fix exports to export the Agent #221

Closed anandsuresh closed 8 years ago

anandsuresh commented 8 years ago

The spdy.Agent export doesn't export the Agent prototype correctly. This PR fixes the issue.

indutny commented 8 years ago

Landed and released, thanks!