Skip to content

Commit

Permalink
Merge pull request #800 from strathausen/patch-3
Browse files Browse the repository at this point in the history
index.html: "manually close your streams"
  • Loading branch information
tgriesser committed Apr 28, 2015
2 parents f662bca + b169338 commit 095c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ <h3 id="Interfaces-Streams">Streams</h3>
Streams are a powerful way of piping data through as it comes in, rather than all at once.
You can read more about streams <a href="https://github.com/substack/stream-handbook">here at substack's stream handbook</a>.
See the following for example uses of stream &amp; pipe. If you wish to use streams with PostgreSQL, you must also install the <a href="https://github.com/brianc/node-pg-query-stream">pg-query-stream</a> module.
On an HTTP server, make sure to <a href="https://github.com/tgriesser/knex/wiki/Manually-Closing-Streams">manually your streams</a> if a request is aborted.
On an HTTP server, make sure to <a href="https://github.com/tgriesser/knex/wiki/Manually-Closing-Streams">manually close your streams</a> if a request is aborted.
</p>

<p id="Streams-stream">
Expand Down

0 comments on commit 095c1e8

Please sign in to comment.