Skip to content

Commit

Permalink
the quickfix had no affect, #6
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnate committed Nov 4, 2018
1 parent 1d87e74 commit 7712f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/spdy-transport-quickfix.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let data = fs
.readFileSync(file)
.toString()
.split('\n')
if (data.length < 190) {
if (data.length < 190 && false) {
data.splice(73, 0, '/*')
data.splice(75, 0, '*/')
data.splice(
Expand Down

0 comments on commit 7712f2c

Please sign in to comment.