X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p%2FHTTPServer.py;h=c92df92d2baf461651d1dbcd6bab67f60601ec44;hb=39b67214133f5e3c42a862cec9232872b51b70b5;hp=652198f990132a8041b6f8ca37be30a55ad34a1d;hpb=05422476cb06c6ccd2def7709a251e618e1eafb3;p=quix0rs-apt-p2p.git diff --git a/apt_p2p/HTTPServer.py b/apt_p2p/HTTPServer.py index 652198f..c92df92 100644 --- a/apt_p2p/HTTPServer.py +++ b/apt_p2p/HTTPServer.py @@ -90,7 +90,7 @@ class FileDownloader(static.File): class PiecesUploader(static.Data): """Modified to identify it for peer requests. - Uses the modified L{Streams.PieceUploadStream} to stream the pieces for throttling. + Uses the modified L{Streams.PiecesUploadStream} to stream the pieces for throttling. """ def render(self, req):