mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Issue #21 - Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and additional js module changes (next part).
This commit is contained in:
parent
92a1cc3139
commit
8d800b1cb0
205 changed files with 45 additions and 40519 deletions
|
|
@ -19,7 +19,6 @@
|
|||
#include "Http2Push.h"
|
||||
|
||||
#include "mozilla/EndianUtils.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "nsHttp.h"
|
||||
#include "nsHttpHandler.h"
|
||||
|
|
@ -97,7 +96,6 @@ Http2Session::Http2Session(nsISocketTransport *aSocketTransport, uint32_t versio
|
|||
, mGoAwayID(0)
|
||||
, mOutgoingGoAwayID(0)
|
||||
, mConcurrent(0)
|
||||
, mServerPushedResources(0)
|
||||
, mServerInitialStreamWindow(kDefaultRwin)
|
||||
, mLocalSessionWindow(kDefaultRwin)
|
||||
, mServerSessionWindow(kDefaultRwin)
|
||||
|
|
@ -1628,7 +1626,6 @@ Http2Session::RecvPushPromise(Http2Session *self)
|
|||
return rv;
|
||||
|
||||
Http2Stream *associatedStream = self->mInputFrameDataStream;
|
||||
++(self->mServerPushedResources);
|
||||
|
||||
// Anytime we start using the high bit of stream ID (either client or server)
|
||||
// begin to migrate to a new session.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue