ミラー元
https://github.com/therootcompany/greenlock-express.js.git
前回の同期 2025-06-30 21:56:31 +00:00
Add missing tlsOptions to http2 example
このコミットが含まれているのは:
コミット
ca0ba9bc68
@ -26,7 +26,8 @@ function httpsWorker(glx) {
|
||||
//
|
||||
|
||||
// Get the raw http2 server:
|
||||
var http2Server = glx.http2Server(function(req, res) {
|
||||
var tlsOptions = null;
|
||||
var http2Server = glx.http2Server(tlsOptions, function(req, res) {
|
||||
res.end("Hello, Encrypted World!");
|
||||
});
|
||||
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする