Skip to content

The library does not work on the latest version of node #31

@Giancarlo1974

Description

@Giancarlo1974

The library does not work on the latest version of node

node -v
v12.6.0

node index.js
i got this error:

Error: Parse Error
at TLSSocket.socketOnData (_http_client.js:452:22)
at TLSSocket.emit (events.js:203:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at TLSSocket.Readable.push (_stream_readable.js:210:10)
at TLSWrap.onStreamRead (internal/stream_base_commons.js:166:17) {
bytesParsed: 480,
code: 'HPE_INVALID_HEADER_TOKEN',
reason: 'Invalid header value char'
}

This is the temporary workaround for executing the code:

node --http-parser=legacy index.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions