spdy-http2 / node-spdy

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

Express usage's OutgoingMessage does not have streamID, isSpdy, spdyVersion, push, etc #185

Closed NawarA closed 8 years ago

NawarA commented 9 years ago

It looks like non-HTTPS has no SPDY options.

    // Regular node http module is used as a base class:
    options = {
        ssl: false,
        plain: true
    };

...will produce no SPDY options in the response object.

Is there anyway to configure node-spdy in the options object to get SPDY options, while ssl = false ?

indutny commented 8 years ago

Is it still the case?

NawarA commented 8 years ago

Used to be. I switched off Express and use pure Node API, so not sure if this still holds for a server using the express framework. Maybe we close unless we hear its still the case?

indutny commented 8 years ago

I think it should be fine now, thanks for reply!