Closed rishisharma08 closed 4 years ago
Hi @rishisharma08 thanks for the report. I cannot seem to replicate the issue. Can you provide more specific instructions on how, exactly, to reproduce the error? Or maybe the entire stack trace for the error?
Closing as no reproduction
i have something like this to pass multiple headers
request.setHeader('accept-encoding', ['something', 'gzip']);
this is valid in nodejs. but get an error form compression:
"message":"accept.split is not a function"