We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad72e3 commit 7a5159fCopy full SHA for 7a5159f
src/session.ts
@@ -6,10 +6,10 @@ import {Config, defaultConfig} from './mux';
6
import {Stream} from './stream';
7
8
export class Session extends Transform {
9
- // localGoAway indicates that we should stop accepting futher connections
+ // localGoAway indicates that we should stop accepting further connections
10
private localGoaway = false;
11
12
- // remoteGoAway indicates the remote side does not want futher connections.
+ // remoteGoAway indicates the remote side does not want further connections.
13
private remoteGoAway = false;
14
15
// nextStreamID is the next stream we should send. This depends if we are a client/server.
0 commit comments