Preethi Natarajan wrote: > - Is there an upper limit on the value for this preference? Perhaps > 10? Because, I tested pipelining for 11 objects and the GET for the > last object did not go through at all.
Yes, there is a hardcoded limit of 8 pipelined requests at a time. http://landfill.mozilla.org/mxr-test/seamonkey/source/netwerk/protocol/http/src/nsHttpHandler.cpp#1008 > - Is the value for this preference modified somewhere else in the code? No, it isn't modified in any in-tree Mozilla code. Gavin _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
