codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

'proxy' command hangs forever when trying to test it out. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jeffschroed on 9 Jan 2008 at 12:59

GoogleCodeExporter commented 9 years ago
<TAB><SPACE> is the same as enter... Lets try this again:

What steps will reproduce the problem?
1. Build the latest trunk
2. /usr/local/bin/proxy http://www.google.com
...

What is the expected output? What do you see instead?
The proxy command hangs on a socket read forever. An strace log with timestamps 
is
attached.

Original comment by jeffschroed on 9 Jan 2008 at 1:04

Attachments:

GoogleCodeExporter commented 9 years ago
when you start proxy you get in an interactive mode.

just enter the different URLs you'd like to verify which proxy applies.
when finished, press CTRL-D

Original comment by dominiqu...@gmail.com on 8 Jun 2008 at 5:48

GoogleCodeExporter commented 9 years ago
proxy test program did not check the command line and always went to interactive
mode, where input was expected.

SVN rev 263 contains a modified proxy program. All arguments are treated as 
separate
URLs and verified for their proxy.

In case no argument is give, the interactive mode is started.

Original comment by dominiqu...@gmail.com on 28 Sep 2008 at 2:57

GoogleCodeExporter commented 9 years ago
Completely fixed this issue in svn rev 264.

Original comment by dominiqu...@gmail.com on 29 Sep 2008 at 7:13