On Thu, Jun 10, 2010 at 11:35:35AM -0700, Shawn Walker wrote:
> src/modules/client/transport/engine.py:
>   lines 187-189: Not your fault, but can you fix the pipelining comment
>       for me?  It really applies to all protocols; not just http(s).

At least in my workspace, these comments are now on lines 162 and 260.

I've changed:

                        # When using pipelined operations (only possible with
                        # http or https), libcurl tracks the amount of time
                        # taken for the entire pipelined request as opposed
                        # to just the amount of time for a single file in the
                        # pipeline.
to:

                        # When using pipelined operations, libcurl
                        # tracks the amount of time taken for the entire
                        # pipelined request as opposed to just the
                        # amount of time for a single file in the
                        # pipeline.
-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to