spdy-http2 / node-spdy

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

Docs: PUSH_PROMISE no longer has 'acknowledge'. #226

Closed rektide closed 8 years ago

rektide commented 8 years ago

Push Promise used to emit a 'acknowledge' event. This is no longer present in v2.

125 was for docs on this event.

I'm not sure yet what the replacement is for knowing when a Push Promise has succeeded? Needed for jshttp/spdy-push#3.

indutny commented 8 years ago

@rektide there is no replacement ;) The event was artificial and detached from the reality, so I decided it was a time for it to go.

indutny commented 8 years ago

Thanks for the PR!