Skip to content

Commit d439961

Browse files
MJeffersonjasnell
authored andcommitted
doc: standardize references to userland
Change occurrences of "user-land" to "userland". PR-URL: #3192 Fixes: #3189 Reviewed-By: Rich Trott <[email protected]>
1 parent 9c2748b commit d439961

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ https://iojs.org/api/tls.html
28872887
- Added async session storage events.
28882888
- Added async SNI callback.
28892889
- Added multi-key server support (for example, ECDSA+RSA server).
2890-
- Added optional callback to `checkServerIdentity` for manual certificate validation in user-land.
2890+
- Added optional callback to `checkServerIdentity` for manual certificate validation in userland.
28912891
- Added support for ECDSA/ECDHE cipher.
28922892
- Implemented TLS streams in C++, boosting their performance.
28932893
- Moved `createCredentials` to `tls` and renamed it to `createSecureContext`.

doc/tsc-meetings/io.js/2015-03-04.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ Discussion of how we should probably just add more Buffer methods to core.
117117

118118
Bert: there’s another aspect of this. At some point Node was really modern, but we’ve fallen behind. We can’t even get HTTP/2 or web sockets, we’re in trouble.
119119

120-
Domenic: we’ve learned a lot over the last few years that pushes us to user-land code instead of in core. But we need to have some things be “official.”
120+
Domenic: we’ve learned a lot over the last few years that pushes us to userland code instead of in core. But we need to have some things be “official.”
121121

122122
Trevor: I would like the infrastructure for HTTP/2 to be similar to HTTP/1, with http-parser etc.
123123

124124
Ben: is there any reason HTTP/2 couldn’t be done in pure JS?
125125

126126
Discussion of http-parser and current HTTP/1 implementation strategy and speed.
127127

128-
Bert: I think as a TC what we should say is “we would like to support HTTP/2, but want to see some user-land ideas first.” We don’t need to actually start implementation progress right now.
128+
Bert: I think as a TC what we should say is “we would like to support HTTP/2, but want to see some userland ideas first.” We don’t need to actually start implementation progress right now.
129129

130-
Ben: does anyone on the TC want to write a user-land HTTP/2 module?
130+
Ben: does anyone on the TC want to write a userland HTTP/2 module?
131131

132132
Discussion of how Fedor already has a SPDY implementation.
133133

0 commit comments

Comments
 (0)