Skip to content

http: remove variable redeclaration

Rodrigo Muino Tomonari requested to merge github/fork/Trott/redecl-http into master

In lib/_http_client.js, the variable conn was declared with the var keyword three times in the same scope. This change eliminates the variable entirely.

Merge request reports

Loading