We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbdc5a commit e67418fCopy full SHA for e67418f
packages/pg/lib/query.js
@@ -166,7 +166,7 @@ class Query extends EventEmitter {
166
// the network stack writes each message separately instead of buffering them together
167
// causing the client & network to send more slowly. Corking & uncorking the stream
168
// allows node to buffer up the messages internally before sending them all off at once.
169
- // note: we're checking for existence of cork/uncork because on some versions of streams
+ // note: we're checking for existence of cork/uncork because some versions of streams
170
// might not have this (cloudflare?)
171
connection.stream.cork && connection.stream.cork()
172
try {
0 commit comments