mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

No response Error #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Insert the link and parameters
2.Send it.

What is the expected output? What do you see instead?
The application is running for ever and finally give me no respone error.

On what operating system, browser and browser version?
Chrome.

Please provide any additional information below.
It happaened a lot.
I figure it out when I remove the "http://" from the link.
then send it and get an error "No response" very fast.
thean copy the link again, and then it works.

Why this is happaened?
My code is not OK?
because when I run it from the browser it respose immediate.

Original issue reported on code.google.com by org...@gmail.com on 22 Mar 2013 at 8:02

GoogleCodeExporter commented 8 years ago
Hi,
Thanks for issue report.

I get error immediately because you've removed scheme and it is impossible to 
make such request.
On second hand you have timeout after 30 secs. It means that it was impossible 
to open a connection to the server. Right now I can't control timeout since it 
is not implemented to XMLHttpRequest object (javascript). It looks like you try 
to send a request to non existing place.

Original comment by jarro...@gmail.com on 5 May 2013 at 5:45