From a2073c54b4d86b0049807b8c427209dc17388ece Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 18 Jan 2020 02:08:53 +0100 Subject: Revert "No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT." This reverts commit 67d336a6f27889bdef4723194b6611d049830266. --- netwerk/protocol/http/Http2Stream.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'netwerk/protocol/http') diff --git a/netwerk/protocol/http/Http2Stream.cpp b/netwerk/protocol/http/Http2Stream.cpp index 4401a2612..22d8142c9 100644 --- a/netwerk/protocol/http/Http2Stream.cpp +++ b/netwerk/protocol/http/Http2Stream.cpp @@ -1478,12 +1478,8 @@ bool Http2Stream::Do0RTT() { MOZ_ASSERT(mTransaction); - if mTransaction->Do0RTT() { - mAttempting0RTT = true; - } else { - mAttempting0RTT = false; - } - return mAttempting0RTT; + mAttempting0RTT = true; + return mTransaction->Do0RTT(); } nsresult -- cgit v1.2.3