| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2896219 commit 16a1650
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1249,7 +1249,7 @@ class Http2Session extends EventEmitter { | |||
| 1249 | 1249 | } | |
| 1250 | 1250 | ||
| 1251 | 1251 | // If ping is called while we are still connecting, or after close() has | |
| 1252 | - // been called, the ping callback will be invoked immediately will a ping | ||
| 1252 | + // been called, the ping callback will be invoked immediately with a ping | ||
| 1253 | 1253 | // cancelled error and a duration of 0.0. | |
| 1254 | 1254 | ping(payload, callback) { | |
| 1255 | 1255 | if (this.destroyed) | |
@@ -1379,7 +1379,7 @@ class Http2Session extends EventEmitter { | |||
| 1379 | 1379 | settingsFn(); | |
| 1380 | 1380 | } | |
| 1381 | 1381 | ||
| 1382 | - // Sumits a GOAWAY frame to be sent to the remote peer. Note that this | ||
| 1382 | + // Submits a GOAWAY frame to be sent to the remote peer. Note that this | ||
| 1383 | 1383 | // is only a notification, and does not affect the usable state of the | |
| 1384 | 1384 | // session with the notable exception that new incoming streams will | |
| 1385 | 1385 | // be rejected automatically. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments