Comment 9 for bug 1801338

Revision history for this message
MDE (mde-bs) wrote :

Yes, it seems to have something with pipelining, so I disabled it with the following configuration:

    Acquire {
       http::Pipeline-Depth "0";
   };

I have some machines updating with this setting for 2 days without errors now. The performance impact seems insignificant (I have low RTT connections).
I also had the error occur on official mirrors, local mirrors with apache, and local mirrors with lighty before this.

I hope this helps fixing the issue.