found 540626 roundup/1.4.13-2
thanks

Rerunning the same tests as last time, I find this issue is still
present.

Trent W. Buck wrote:
> Making requests to bugs.darcs.net *from* bugs.darcs.net (to avoid
> network latency), we can see that HEAD and GET take about the same
> amount of time:

    $ COLUMNS=40 dpkg -l roundup | tail -1
    ii  roundup        1.4.13-2       an issue-tracking system
    $ time nc bugs.darcs.net www <<<$'HEAD /status1 HTTP/1.1\nHost: 
bugs.darcs.net\n\n' | wc -l
    7

    real        0m17.225s
    user        0m0.004s
    sys 0m0.028s
    $ time nc bugs.darcs.net www <<<$'GET /status1 HTTP/1.1\nHost: 
bugs.darcs.net\n\n' | wc -l
    3182

    real        0m16.651s
    user        0m0.004s
    sys 0m0.096s



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to