We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61a7a4 commit dd1a1a5Copy full SHA for dd1a1a5
1 file changed
index.js
@@ -3,8 +3,7 @@
3
const path = require("path")
4
const fs = require("fs")
5
const http = require("http")
6
-// using HTTP/2: spdy will be deprecated soon,
7
-// waiting for HTTP/2 on https module.
+// spdy will be deprecated soon, waiting for HTTP/2 support on https module.
8
const https = require("spdy")
9
const express = require("express")
10
const compression = require("compression")
0 commit comments