Skip to content

stream: do not double-emit request.end()#182

Open
msmuenchen wants to merge 1 commit intodesmondmorris:masterfrom
msmuenchen:patch-1
Open

stream: do not double-emit request.end()#182
msmuenchen wants to merge 1 commit intodesmondmorris:masterfrom
msmuenchen:patch-1

Conversation

@msmuenchen
Copy link

In a webpack browser environment, some clean-up process will lead to a double firing of the Request.prototype.end() function in http-browserify and cause an exception (because http-browserify will attempt to call setRequestHeaders, even though the request has been sent off already).

This patch removes the double firing of end().

In a webpack browser environment, some clean-up process will lead to a double firing of the Request.prototype.end() function in http-browserify and cause an exception (because http-browserify will attempt to call setRequestHeaders, even though the request has been sent off already).

This patch removes the double firing of end().
@desmondmorris
Copy link
Owner

@msmuenchen Thanks for this. How will this effect non webpack envs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants