Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Issue while sending big files #210

Closed
Alex0x47 opened this issue Jun 22, 2017 · 1 comment
Closed

Issue while sending big files #210

Alex0x47 opened this issue Jun 22, 2017 · 1 comment
Assignees
Labels
bug Bug or defect
Milestone

Comments

@Alex0x47
Copy link

Alex0x47 commented Jun 22, 2017

Hello,

Yesterday I tried to send base64 encoded pictures via a POST request with hawk, but I couldn't. I had a JS error "can't find variable e". I found out where the issue came from. In the dist/browser.js file, L616, there is the following code :

} else if (65535 < d.length) for (e = 0; e < a; e += 4) {

The problem is that the 'var' keyword is missing in the loop. I added it and it solved the issue. I don't know if it has been fixed, but it could help someone facing the same issue.

@hueniverse hueniverse self-assigned this Jul 18, 2017
@hueniverse hueniverse added the bug Bug or defect label Jul 18, 2017
@hueniverse hueniverse added this to the 6.0.2 milestone Jul 18, 2017
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug or defect
Projects
None yet
Development

No branches or pull requests

2 participants