Skip to content

Commit 9c1ebdc

Browse files
committed
docs: update comment
1 parent 6e992d4 commit 9c1ebdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/parsers/Querystring.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
import { Transform } from 'stream';
44

5-
// This is a buffering parser, not quite as nice as the multipart one.
6-
// If I find time I'll rewrite this to be fully streaming as well
5+
// This is a buffering parser, have a look at StreamingQuerystring.js for a streaming parser
76
class QuerystringParser extends Transform {
87
constructor(options = {}) {
98
super({ readableObjectMode: true });

0 commit comments

Comments
 (0)