File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Every `Http2Session` instance is associated with exactly one [`net.Socket`][] or
125125[ ` tls.TLSSocket ` ] [ ] when it is created. When either the ` Socket ` or the
126126` Http2Session ` are destroyed, both will be destroyed.
127127
128- Because the of the specific serialization and processing requirements imposed
128+ Because of the specific serialization and processing requirements imposed
129129by the HTTP/2 protocol, it is not recommended for user code to read data from
130130or write data to a ` Socket ` instance bound to a ` Http2Session ` . Doing so can
131131put the HTTP/2 session into an indeterminate state causing the session and
@@ -1132,7 +1132,7 @@ added: v9.5.0
11321132
11331133* {HTTP/2 Headers Object}
11341134
1135- An object containing the outbound trailers sent for this this ` HttpStream ` .
1135+ An object containing the outbound trailers sent for this ` HttpStream ` .
11361136
11371137#### http2stream.session
11381138<!-- YAML
You can’t perform that action at this time.
0 commit comments