View | Details | Raw Unified | Return to bug 39572
Collapse All | Expand All

(-)C:\Documents and Settings\ehedstro\Local Settings\Temp\t4304t6.tmp (-1 / +3 lines)
Lines 175-181 Link Here
175
        if (debug > 1) {
175
        if (debug > 1) {
176
            System.out.println("flush buffer @ CompressionServletResponseWrapper");
176
            System.out.println("flush buffer @ CompressionServletResponseWrapper");
177
        }
177
        }
178
        ((CompressionResponseStream)stream).flush();
178
        if (stream != null) {
179
            ((CompressionResponseStream)stream).flush();
180
        }
179
181
180
    }
182
    }
181
183

Return to bug 39572