Hello, Peter.
I've tried this just now, where the first try is without spiffy running and the second with spiffy running. " mik...@mikael-desktop:~$ echo -e "GET http://localhost:8080/ HTTP/1.0\n\n" | nc -lp 8080 | tee output.txt GET / HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: sv-se,sv;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive ^Z [1]+ Stopped echo -e "GET http://localhost:8080/HTTP/1.0\n\n" | nc -lp 8080 | tee output.txt mik...@mikael-desktop:~$ echo -e "GET http://localhost:8080/ HTTP/1.0\n\n" | nc -lp 8080 | tee output.txt Can't grab 0.0.0.0:8080 with bind mik...@mikael-desktop:~$ " Cheers, mikael 2009/8/4 Mikael Hall <[email protected]> > I've also installed everything again, with the new chicken, and I still get > the 400 Bad request error. > > mikael > > 2009/8/4 Mikael Hall <[email protected]> > > Hi I tried youre request and get : "Can't grab 0.0.0.0:8080 with bind" >> I'm afraid I dont know anything about this. >> >> with kind regards Mikael >> >> >> 2009/8/3 Peter Bex <[email protected]> >> >>> On Fri, Jul 31, 2009 at 06:37:29PM +0200, Mikael Hall wrote: >>> > I installed chicken yesterday so I assume its the version is up to >>> date. I >>> > can try to find the bug, but I wouldnt count on it too much ... :) >>> > thanks for the quick replies , Cheers! >>> >>> I can't reproduce the 400 'Bad request', but I did find another problem >>> with connections timing out. Now when a connection times out the port is >>> closed instead of writing a "Invalid request" to the client. >>> >>> Cheers, >>> Peter >>> -- >>> http://sjamaan.ath.cx >>> -- >>> "The process of preparing programs for a digital computer >>> is especially attractive, not only because it can be economically >>> and scientifically rewarding, but also because it can be an aesthetic >>> experience much like composing poetry or music." >>> -- Donald Knuth >>> >>> _______________________________________________ >>> Chicken-users mailing list >>> [email protected] >>> http://lists.nongnu.org/mailman/listinfo/chicken-users >>> >>> >> >> >> -- >> "No, no, you're not thinking; you're just being logical." — Niels Bohr >> >> "There are two kinds of people, those who finish what they start and so >> on." >> — Robert Byrne >> >> > > > -- > "No, no, you're not thinking; you're just being logical." — Niels Bohr > > "There are two kinds of people, those who finish what they start and so > on." > — Robert Byrne > > -- "No, no, you're not thinking; you're just being logical." — Niels Bohr "There are two kinds of people, those who finish what they start and so on." — Robert Byrne
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
