Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* edge case errors, consistency, nits * ServerHttp2Stream.headersSent property, proxied by Http2ServerResponse This avoids brittle abstraction-leaking to guess whether or not ServerHttp2Stream.respond() may still be called on HEAD requests where the stream is ended before headers are sent. * docs for ServerHttp2Stream headersSent & pushAllowed (Squash) * var to const/let * consistent log message prefix * doc fix & test for http2.connect() optional arguments * eslint object-curly-spacing: ["error", "always"] (Squash) PR-URL: nodejs#167 Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information