Closed Bug 1404069 Opened 7 years ago Closed 7 years ago

Permanent solution for TCP Fast Open, depends on bug 1404061

Categories

(Core :: Networking: HTTP, enhancement, P1)

58 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- fixed

People

(Reporter: dragana, Assigned: dragana)

References

Details

(Whiteboard: [necko-triaged])

Attachments

(1 file, 1 obsolete file)

We will need to do some changes to necko if version 1 or version 2 from bug 1404061 is chosen.
Attached patch bug_revert_bug_1363372.patch (obsolete) — Splinter Review
Attachment #8914725 - Flags: review?(honzab.moz)
Priority: -- → P1
Comment on attachment 8914725 [details] [diff] [review]
bug_revert_bug_1363372.patch

Review of attachment 8914725 [details] [diff] [review]:
-----------------------------------------------------------------

::: netwerk/base/nsSocketTransport2.h
@@ +169,5 @@
>      void OnSocketEvent(uint32_t type, nsresult status, nsISupports *param);
>  
>      uint64_t ByteCountReceived() override { return mInput.ByteCount(); }
>      uint64_t ByteCountSent() override { return mOutput.ByteCount(); }
> +    static void CloseSocket(PRFileDesc *aFd, bool aTelemetryEnabled);

it was a bit nicer with passing STS, but up to you if you want this patch be kind of a backout
Attachment #8914725 - Flags: review?(honzab.moz) → review+
Whiteboard: [necko-triaged]
Attachment #8914725 - Attachment is obsolete: true
Attachment #8929489 - Flags: review+
https://hg.mozilla.org/mozilla-central/rev/5d86a025b8ce
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: