Skip to content
Permalink
Browse files
[misc] changing test streaming file to internal mariadb server to avo…
…id any socket closed from server end.
  • Loading branch information
rusher committed Sep 20, 2018
1 parent cd6d938 commit 4c70c51
Showing 1 changed file with 1 addition and 1 deletion.
@@ -45,7 +45,7 @@ describe("streaming", () => {
.then(() => {
const https = require("https");
https.get(
"https://node.green/",
"https://downloads.mariadb.com/Connectors/java/connector-java-2.3.0/mariadb-java-client-2.3.0.jar",
readableStream => {
shareConn
.query("INSERT INTO StreamingContent (b) VALUE (?)", [readableStream])

0 comments on commit 4c70c51

Please sign in to comment.