Skip to content

Commit dd1a1a5

Browse files
committed
Bug fix
1 parent f61a7a4 commit dd1a1a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
const path = require("path")
44
const fs = require("fs")
55
const http = require("http")
6-
// using HTTP/2: spdy will be deprecated soon,
7-
// waiting for HTTP/2 on https module.
6+
// spdy will be deprecated soon, waiting for HTTP/2 support on https module.
87
const https = require("spdy")
98
const express = require("express")
109
const compression = require("compression")

0 commit comments

Comments
 (0)