$OpenBSD$ index f0f6c12..4cdaaf2 100644 --- netwerk/protocol/http/nsHttpPipeline.h.orig Fri Feb 20 15:40:37 2015 +++ netwerk/protocol/http/nsHttpPipeline.h Fri Feb 20 15:40:37 2015 @@ -33,12 +33,16 @@ public: return true; } + uint32_t RequestDepth() { return mRequestQ.Length(); } + private: nsresult FillSendBuf(); static NS_METHOD ReadFromPipe(nsIInputStream *, void *, const char *, uint32_t, uint32_t, uint32_t *); + void ShuffleTransOrder(uint32_t); + // convenience functions nsAHttpTransaction *Request(int32_t i) {