| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e92a1a commit f213406
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,8 +35,8 @@ var server = tls.createServer(options, function(conn) { | |||
| 35 | 35 | rejectUnauthorized: false | |
| 36 | 36 | }, function() { | |
| 37 | 37 | ciphers.push(rsa.getCipher()); | |
| 38 | - ecdsa.destroy(); | ||
| 39 | - rsa.destroy(); | ||
| 38 | + ecdsa.end(); | ||
| 39 | + rsa.end(); | ||
| 40 | 40 | server.close(); | |
| 41 | 41 | }); | |
| 42 | 42 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments