[cs631apue] test-sws.sh

Jan Schaumann jschauma at stevens.edu
Fri Dec 4 20:56:22 EST 2015


Julian Sexton <jsexton at stevens.edu> wrote:
> If anyone else is having trouble getting the test-sws.sh script to
> iterate over the URIs, we found that removing the quotes around
> ?${URIS}? makes it work. Otherwise it seems to be calling ?GET
> every-URI-here HTTP/1.0?. 

Good call.  I had added the quotes to account for spaces in requests,
but shell-quoting being what it is, that lead to the problem you
described.  I've updated the script to fix that.

Goes to show what you get when you make a quick change without testing
it...

-Jan


More information about the cs631apue mailing list