-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection hangs for very generic selectors #34
Comments
Hi @ricogallo |
Hi @No9 , yep, I tested this several times, with the line 26 commented out it doesn't seem to have any issues. I tested it on aliexpress.com and if you open the chrome's console you can eventually see the before mentioned error. Regarding the selector, I'm using |
OK @ricogallo the main HTML from aliexpress parses fine just using trumpet so I would say there are some additional assets being proxied that are causing it to choke. |
Hi, I already tried that, because I've looked at your source thoroughly :) Yet, the problem still persists. I did further investigations and the streams that seem choked are the ones of html-select |
I'm also having this issue |
Could it relate to this? https://github.com/substack/node-trumpet/issues/52 |
Hi, I'm building a forward proxy using node-http-proxy and I'm employing harmon to do some transformations.
I'm experiencing some issues with the connection kept hanging for selectors like
div
or*
, eventually leading to annet::ERR_INCOMPLETE_CHUNKED_ENCODING
in Chrome. Probably the issue lies in the number of elements to scan.A website good for reproducing this is https://weather.com, or http://www.aliexpress.com for plain http.
Any ideas on why this is happening? Thanks
The text was updated successfully, but these errors were encountered: