[Mono-list] XSP or MONO bug related

Tiago Lima tiago.lima@vianw.pt
Mon, 17 Nov 2003 20:13:14 -0000


Hi again,

I've found this on NUnitAsp (version 1.3) from class HttpClient:

    private void DoHttp(string url, string method, string formVariables)
    {
            ...
            // This is an ugly, ugly hack, so it deserves comment.
            // We've seen a weird, intermittent problem in which the server
            // closes the connection in the middle of returning data to us.
            // So the ugly ugly hack here is to simply retry, up to three
times.
            // A real fix is needed. Please fix me. Please!
            ...
    }

It seems that it tries to cover the problem I detected earlier...
But I cannot put people refreshing the page until it gets right...

Do you have any suggestiong on how to make the simple test case
demonstrating that bug?

Thanks in advance,
    Tiago Lima