diff --git a/.vs/Crunchyroll Downloader/v15/.suo b/.vs/Crunchyroll Downloader/v15/.suo index eea00d7..7244e19 100644 Binary files a/.vs/Crunchyroll Downloader/v15/.suo and b/.vs/Crunchyroll Downloader/v15/.suo differ diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide index 0385a8e..9de7665 100644 Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm index ef163e3..94ecf27 100644 Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal index 4701860..d16c04e 100644 Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal differ diff --git a/Crunchyroll Downloader/Crunchyroll Downloader.vbproj b/Crunchyroll Downloader/Crunchyroll Downloader.vbproj index 13e28eb..19b2baf 100644 --- a/Crunchyroll Downloader/Crunchyroll Downloader.vbproj +++ b/Crunchyroll Downloader/Crunchyroll Downloader.vbproj @@ -137,6 +137,12 @@ Form + + Debug_Mode.vb + + + Form + GeckoFX.vb @@ -184,6 +190,9 @@ einstellungen.vb + + Debug_Mode.vb + GeckoFX.vb diff --git a/Crunchyroll Downloader/Debug_Mode.Designer.vb b/Crunchyroll Downloader/Debug_Mode.Designer.vb new file mode 100644 index 0000000..0c0fcc9 --- /dev/null +++ b/Crunchyroll Downloader/Debug_Mode.Designer.vb @@ -0,0 +1,76 @@ + _ +Partial Class Debug_Mode + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + _ + Private Sub InitializeComponent() + Me.ComboBox1 = New System.Windows.Forms.ComboBox() + Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() + Me.ComboBox2 = New System.Windows.Forms.ComboBox() + Me.SuspendLayout() + ' + 'ComboBox1 + ' + Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBox1.FormattingEnabled = True + Me.ComboBox1.Location = New System.Drawing.Point(61, 84) + Me.ComboBox1.Name = "ComboBox1" + Me.ComboBox1.Size = New System.Drawing.Size(414, 21) + Me.ComboBox1.TabIndex = 1 + ' + 'RichTextBox1 + ' + Me.RichTextBox1.Location = New System.Drawing.Point(49, 151) + Me.RichTextBox1.Name = "RichTextBox1" + Me.RichTextBox1.Size = New System.Drawing.Size(444, 241) + Me.RichTextBox1.TabIndex = 3 + Me.RichTextBox1.Text = "" + ' + 'ComboBox2 + ' + Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.ComboBox2.FormattingEnabled = True + Me.ComboBox2.Items.AddRange(New Object() {".txt", ".m3u8", ".mpd"}) + Me.ComboBox2.Location = New System.Drawing.Point(61, 25) + Me.ComboBox2.Name = "ComboBox2" + Me.ComboBox2.Size = New System.Drawing.Size(414, 21) + Me.ComboBox2.TabIndex = 4 + ' + 'Debug_Mode + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(537, 750) + Me.Controls.Add(Me.ComboBox2) + Me.Controls.Add(Me.RichTextBox1) + Me.Controls.Add(Me.ComboBox1) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Name = "Debug_Mode" + Me.ShowIcon = False + Me.ShowInTaskbar = False + Me.Text = "Debug" + Me.ResumeLayout(False) + + End Sub + Friend WithEvents ComboBox1 As ComboBox + Friend WithEvents RichTextBox1 As RichTextBox + Friend WithEvents ComboBox2 As ComboBox +End Class diff --git a/Crunchyroll Downloader/Debug_Mode.resx b/Crunchyroll Downloader/Debug_Mode.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Crunchyroll Downloader/Debug_Mode.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Crunchyroll Downloader/Debug_Mode.vb b/Crunchyroll Downloader/Debug_Mode.vb new file mode 100644 index 0000000..478f8f2 --- /dev/null +++ b/Crunchyroll Downloader/Debug_Mode.vb @@ -0,0 +1,48 @@ +Public Class Debug_Mode + Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load + + End Sub + + Private Sub Form1_LocationChanged(sender As Object, e As EventArgs) Handles Me.LocationChanged + + + End Sub + + Private Sub Button1_Click(sender As Object, e As EventArgs) + + End Sub + + Private Sub Button2_Click(sender As Object, e As EventArgs) + ComboBox1.Items.Clear() + For i As Integer = 0 To Main.m3u8List.Count - 1 + ComboBox1.Items.Add(Main.m3u8List.Item(i)) + Next + End Sub + + Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged + RichTextBox1.Text = ComboBox1.Text + End Sub + + Private Sub ComboBox2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox2.SelectedIndexChanged + If ComboBox2.Text = ".txt" Then + ComboBox1.Items.Clear() + For i As Integer = 0 To Main.txtList.Count - 1 + ComboBox1.Items.Add(Main.txtList.Item(i)) + Next + ElseIf ComboBox2.Text = ".m3u8" Then + ComboBox1.Items.Clear() + For i As Integer = 0 To Main.m3u8List.Count - 1 + ComboBox1.Items.Add(Main.m3u8List.Item(i)) + Next + ElseIf ComboBox2.Text = ".mpd" Then + ComboBox1.Items.Clear() + For i As Integer = 0 To Main.mpdList.Count - 1 + ComboBox1.Items.Add(Main.mpdList.Item(i)) + Next + End If + End Sub + + Private Sub RichTextBox1_TextChanged(sender As Object, e As EventArgs) Handles RichTextBox1.TextChanged + + End Sub +End Class \ No newline at end of file diff --git a/Crunchyroll Downloader/GeckoFX.vb b/Crunchyroll Downloader/GeckoFX.vb index 643b75d..feb3f18 100644 --- a/Crunchyroll Downloader/GeckoFX.vb +++ b/Crunchyroll Downloader/GeckoFX.vb @@ -288,6 +288,11 @@ Public Class GeckoFX End Sub Private Sub GeckoFX_Load(sender As Object, e As EventArgs) Handles MyBase.Load + If Main.Debug2 = True Then + Debug_Mode.Show() + Debug_Mode.Location = New Point(Me.Location.X + Me.Width - 15, Me.Location.Y) + End If + If WebBrowser1.Url.ToString = "about:blank" Then If Main.LoginOnly = "US_UnBlock" Then WebBrowser1.Navigate("https://www.crunchyroll.com/login") @@ -377,6 +382,8 @@ Public Class GeckoFX While (line IsNot Nothing) line = logFileReader.ReadLine If InStr(line, ".m3u8?") Then + Dim Temp_String As String = Nothing + Temp_String = line If HTMLString = Nothing Then HTMLString = line Else @@ -386,6 +393,25 @@ Public Class GeckoFX line = logFileReader.ReadLine If InStr(line, " Host: ") Then HTMLString = HTMLString + vbNewLine + line + Main.m3u8List.Add(Temp_String + vbNewLine.ToString + line.ToString) + End If + Next + ElseIf InStr(line, ".txt") Then + Dim Temp_String As String = Nothing + Temp_String = line + For i As Integer = 0 To 10 + line = logFileReader.ReadLine + If InStr(line, " Host: ") Then + Main.txtList.Add(Temp_String + vbNewLine + line) + End If + Next + ElseIf InStr(line, ".mpd") Then + Dim Temp_String As String = Nothing + Temp_String = line + For i As Integer = 0 To 10 + line = logFileReader.ReadLine + If InStr(line, " Host: ") Then + Main.mpdList.Add(Temp_String + vbNewLine + line) End If Next End If @@ -416,6 +442,31 @@ Public Class GeckoFX Exit For End If Next + ElseIf Main.mpdList.Count > 0 Then 'InStr(HTMLString, ".mpd?") Then + HTMLString = Main.mpdList.Item(0) + Button2.Text = "found mpd!" + Main.LoggingBrowser = False + GeckoPreferences.Default("logging.config.LOG_FILE") = "log.txt" + GeckoPreferences.Default("logging.nsHttp") = 0 + Dim URL As String = Nothing + Dim HTMLSplit() As String = HTMLString.Split(New String() {vbNewLine}, System.StringSplitOptions.RemoveEmptyEntries) + For i As Integer = 0 To HTMLSplit.Count - 1 + If InStr(HTMLSplit(i), ".mpd?") Then + Dim URLPart2() As String = HTMLSplit(i).Split(New String() {" GET "}, System.StringSplitOptions.RemoveEmptyEntries) + Dim URLPart2Split2() As String = URLPart2(1).Split(New String() {" HTTP/"}, System.StringSplitOptions.RemoveEmptyEntries) + Dim URLPart1() As String = HTMLSplit(i + 1).Split(New String() {" Host: "}, System.StringSplitOptions.RemoveEmptyEntries) + Main.NonCR_URL = "https://" + URLPart1(1) + URLPart2Split2(0) + 'MsgBox(Main.NonCR_URL) + 'RichTextBox1.Text = RichTextBox1.Text + vbNewLine + URL_Final + t = New Thread(AddressOf Main.Grapp_non_CR) + t.Priority = ThreadPriority.Normal + t.IsBackground = True + t.Start() + Button2.Text = "Start network scan" + Exit For + End If + Next + End If ScanTrue = False Button2.Enabled = True @@ -426,4 +477,9 @@ Public Class GeckoFX End Try End Sub + Private Sub GeckoFX_LocationChanged(sender As Object, e As EventArgs) Handles Me.LocationChanged + If Main.Debug2 = True Then + Debug_Mode.Location = New Point(Me.Location.X + Me.Width - 15, Me.Location.Y) + End If + End Sub End Class diff --git a/Crunchyroll Downloader/Main.vb b/Crunchyroll Downloader/Main.vb index 488c9ce..35f766d 100644 --- a/Crunchyroll Downloader/Main.vb +++ b/Crunchyroll Downloader/Main.vb @@ -4,6 +4,9 @@ Imports System.IO Imports Microsoft.Win32 Imports System.ComponentModel Public Class Main + Public m3u8List As New List(Of String) + Public txtList As New List(Of String) + Public mpdList As New List(Of String) Public Debug1 As Boolean = False Public Debug2 As Boolean = False Public LoggingBrowser As Boolean = False @@ -189,7 +192,7 @@ Public Class Main End Try If ffmpeg_command = " -c:v hevc_nvenc -preset fast -b:v 6M -bsf:a aac_adtstoasc " Then - MaxDL = 4 + MaxDL = 2 ElseIf ffmpeg_command = " -c:v libx265 -preset fast -b:v 6M -bsf:a aac_adtstoasc " Then MaxDL = 1 End If @@ -491,40 +494,40 @@ Public Class Main Gesamt = c.ToString For i As Integer = Anime_Add.comboBox3.SelectedIndex To Anime_Add.comboBox4.SelectedIndex - For e As Integer = 0 To Integer.MaxValue + For e As Integer = 0 To Integer.MaxValue - If Grapp_RDY = True Then - RemoveFinishedTask() - Pause(1) - If PR_List.Count < MaxDL Then - Exit For - Else - 'MsgBox(e) - Await Task.Delay(2000) - End If + If Grapp_RDY = True Then + RemoveFinishedTask() + Pause(1) + If PR_List.Count < MaxDL Then + Exit For Else + 'MsgBox(e) Await Task.Delay(2000) End If - Next - If Anime_Add.Mass_DL_Cancel = False Then - b = True - Exit For - Grapp_Abord = True - 'MsgBox("dl_abourd") + Else + Await Task.Delay(2000) End If - Dim d As Integer = i - Anime_Add.comboBox3.SelectedIndex + 1 - Dim URLGrapp As String() = Anzahl(i).Split(New String() {" + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + Sucht eine lokalisierte Zeichenfolge, die ","resolution":"adaptive" ähnelt. diff --git a/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.exe b/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.exe index 0bb5758..dfb81c7 100644 Binary files a/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.exe and b/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.exe differ diff --git a/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.pdb b/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.pdb index 3e6b870..5d8b2e3 100644 Binary files a/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.pdb and b/Crunchyroll Downloader/bin/x86/Release/Crunchyroll Downloader.pdb differ diff --git a/Crunchyroll Downloader/bin/x86/Release/log.txt-main.13572 b/Crunchyroll Downloader/bin/x86/Release/log.txt-main.13572 new file mode 100644 index 0000000..a3b9bb8 --- /dev/null +++ b/Crunchyroll Downloader/bin/x86/Release/log.txt-main.13572 @@ -0,0 +1,2345 @@ +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /videomaterialurl/4872/OmU/1080/hlsfirst/P2tbTl8ta0gkTzQ2OTQ0ODk3NmM4ZDE0Y2U5MmUwNGIyN2U5YmE4ZmQ1NTQ3YzUwODVlZTU5Mzg0NWZjY2Y1MDNlZjUwYjQ2M2Q= HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: anime-on-demand.de +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: application/json, text/javascript, */*; q=0.01 +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp X-CSRF-Token: MYHgdN2LbaZRsvZoHn1tdl/pjGh58h2zrPlNRwffCYWZeogMH67SirzADe4NakIHpc/jXk/C1xCsF84WQUL2Qw== +[13572:Main Thread]: I/nsHttp X-Requested-With: XMLHttpRequest +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Cookie: allow_cookies=yes; remember_user_token=W1syNDgwMTRdLCIkMmEkMTAkaUxqNUw1bS5PNlh1ZVlISDJMRUdyLiIsIjE1ODE2MTczMDIuMTIxOTg0NSJd--3e930e298602763b594c5da556fa9a338b5d17f9; _mkra_stck=d4aadba24c92265be385ae5c52d5585f%3A1582228717.2334187; _aod_session=V2FaWlIvc0dWdk04Z2RBMzRnUVd3ZUtOam1SUTdyZTVvVWhhbDI1ODRjU1pWMzc2OWFOVFFsU0l4WlNvRXUyN2V4MktlWVA0VTJaQTlQbGc5dERxUlB1Q3VZQkdmeXZtOUpIdG9PcExCNFJYVE0zZzFDbHdVbmtoZ2pQYVZNd084VkR6RnI4VVc3UVZyVVN2U1NrZ0Q2OU5UMDJWL2pvSk53alZ3SXYrL2NHTVhnVnBiSVpBSmp5ZmxCTFNHRE5aOWJ4NDZjak5lOEFqeVFmZWtGQlB4TlUzOTgvSCt5blBjT2V0dTU4a2hUQXU2V0NDMkQwUFJ0TmZkU3dzblhRVHovbUx2N21uMkYzRXM4UUJkWVpYSnd6clQ5Q09keDhlMEU5RGtSZWxSTHpKa3h5QytNODVld0ZMdGJJYmY2TUhGUytGNnlmbWJWbVVENjlGdmJlSkFUR3FjTHpQUDFiUUhCUHEvaXhHdU1rPS0taU9IWWd4Q3NDaVZjODNNd3RNRDQrUT09--550d930f670c270033a55a190c58ddf817c68241 +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 234FE670 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=25724C00 stream=234FE670 serial=44 NextID=0x33 (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 234FE670 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 234FE670 ReadSegments reader=25724C0C count=2048 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 234FE670 count=1428 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 234FE670 avail=1428 state=0 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=25724C00 key=https://anime-on-demand.de/[]/[http2.44]/videomaterialurl/4872/OmU/1080/hlsfirst/P2tbTl8ta0gkTzQ2OTQ0ODk3NmM4ZDE0Y2U5MmUwNGIyN2U5YmE4ZmQ1NTQ3YzUwODVlZTU5Mzg0NWZjY2Y1MDNlZjUwYjQ2M2Q= requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 25724C00 stream=234FE670 +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 25724C00 counting stream 234FE670 Currently 1 streams in session, high water mark is 8 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=25724C00 stream=234FE670 id=0x33 concurrent=1 +[13572:Socket Thread]: I/nsHttp Http2Stream 234FE670 Stream ID 0x33 [session=25724C00] for URI /videomaterialurl/4872/OmU/1080/hlsfirst/P2tbTl8ta0gkTzQ2OTQ0ODk3NmM4ZDE0Y2U5MmUwNGIyN2U5YmE4ZmQ1NTQ3YzUwODVlZTU5Mzg0NWZjY2Y1MDNlZjUwYjQ2M2Q= +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 234FE670 depends on stream 0xD +[13572:Socket Thread]: I/nsHttp Http2Stream 234FE670 Generating 744 bytes of HEADERS for stream 0x33 with priority weight 41 dep 0xD frames 1 uri=/videomaterialurl/4872/OmU/1080/hlsfirst/P2tbTl8ta0gkTzQ2OTQ0ODk3NmM4ZDE0Y2U5MmUwNGIyN2U5YmE4ZmQ1NTQ3YzUwODVlZTU5Mzg0NWZjY2Y1MDNlZjUwYjQ2M2Q= +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 234FE670 used 1428 of 1428. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 234FE670 0x33 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 234FE670 inline=757 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=25724C00 stream=234FE670 result 0 len=757 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25724C00 sz=757 rv=0 actual=757 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 234FE670 from 0 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 234FE670 trans readsegments rv 0 read=1428 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=234FE670 countread=1428 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 234FE670 0x33 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 234FE670 ReadSegments reader=25724C0C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 234FE670 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 234FE670 0x33: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 234FE670 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=234FE670 stream send complete +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 1 data len 967 flags 4 id 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 25724C00 stream 0x33 priorityLen=0 stream=234FE670 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 25724C00 for 0x33 fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 234FE670 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 234FE670 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=32768 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: application/json; charset=utf-8 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=0, private, must-revalidate +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-xss-protection: 1; mode=block +[13572:Socket Thread]: I/nsHttp x-request-id: bc16ccad-8e8e-47fc-bf7d-61998456eee8 +[13572:Socket Thread]: I/nsHttp etag: W/"8e6ebd5ad3c674d78ef9aca8e4f93427" +[13572:Socket Thread]: I/nsHttp x-frame-options: SAMEORIGIN +[13572:Socket Thread]: I/nsHttp x-runtime: 0.637083 +[13572:Socket Thread]: I/nsHttp x-content-type-options: nosniff +[13572:Socket Thread]: I/nsHttp set-cookie: _mkra_stck=d4aadba24c92265be385ae5c52d5585f%3A1582228725.3148503; path=/; max-age=10; expires=Thu, 20 Feb 2020 19:58:50 -0000; HttpOnly; secure +_aod_session=K1dzOTR1bjhOd25DdVduYWRHSWpVM0xkc0ViYlc4LzQyWVE5MjVPYVdIUHZGMTJJalY4Q3FLUUptVi9KdTZ3ZTRlaW5HTjQrOENiUFFqOHNmUUlhcTJnMmloNis3N0R1QjBjVmtubGJTekNkaUFWam50aE9iSDJsMmxueXVldWI4VytvZXVtQitibTI1MmdIUllEdEhudS9zamo5aTI5SGRvRS95aWxmeGFwLzVHcHdlcTBJRDE5RlZLbVZpWWtDUG1DblA4QUFNRUozSko3aG5hbUZOM3Z1a3V6NEtEajM3Mmt3Q2VZa2d1SHNzajYrMVVHVTR2M0RFZjVjdjRpUlJZbnVoK0h3dUY3SE8wREtlQ0wvWDFVOVZaS2FRckZaWUhFcThpWmI2dnp0d2VOMEx6MEpobmYxR0Qxc0U5Q3ZrYUhpUnJLeXhHMUhmQTJYMG1xWFR6Rjc2T3oyc1Q3cDVZbDFZWnBZWERVPS0teWlPd2VQTjMxNlBIRnVGTU53VHAzZz09--a8c8cb05dcbf174087473b4f7ad1127569da6343; path=/; secure; HttpOnly +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: application/json; charset=utf-8 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=0, private, must-revalidate +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-xss-protection: 1; mode=block +[13572:Socket Thread]: I/nsHttp x-request-id: bc16ccad-8e8e-47fc-bf7d-61998456eee8 +[13572:Socket Thread]: I/nsHttp etag: W/"8e6ebd5ad3c674d78ef9aca8e4f93427" +[13572:Socket Thread]: I/nsHttp x-frame-options: SAMEORIGIN +[13572:Socket Thread]: I/nsHttp x-runtime: 0.637083 +[13572:Socket Thread]: I/nsHttp x-content-type-options: nosniff +[13572:Socket Thread]: I/nsHttp set-cookie: _mkra_stck=d4aadba24c92265be385ae5c52d5585f%3A1582228725.3148503; path=/; max-age=10; expires=Thu, 20 Feb 2020 19:58:50 -0000; HttpOnly; secure +[13572:Socket Thread]: I/nsHttp set-cookie: _aod_session=K1dzOTR1bjhOd25DdVduYWRHSWpVM0xkc0ViYlc4LzQyWVE5MjVPYVdIUHZGMTJJalY4Q3FLUUptVi9KdTZ3ZTRlaW5HTjQrOENiUFFqOHNmUUlhcTJnMmloNis3N0R1QjBjVmtubGJTekNkaUFWam50aE9iSDJsMmxueXVldWI4VytvZXVtQitibTI1MmdIUllEdEhudS9zamo5aTI5SGRvRS95aWxmeGFwLzVHcHdlcTBJRDE5RlZLbVZpWWtDUG1DblA4QUFNRUozSko3aG5hbUZOM3Z1a3V6NEtEajM3Mmt3Q2VZa2d1SHNzajYrMVVHVTR2M0RFZjVjdjRpUlJZbnVoK0h3dUY3SE8wREtlQ0wvWDFVOVZaS2FRckZaWUhFcThpWmI2dnp0d2VOMEx6MEpobmYxR0Qxc0U5Q3ZrYUhpUnJLeXhHMUhmQTJYMG1xWFR6Rjc2T3oyc1Q3cDVZbDFZWnBZWERVPS0teWlPd2VQTjMxNlBIRnVGTU53VHAzZz09--a8c8cb05dcbf174087473b4f7ad1127569da6343; path=/; secure; HttpOnly +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 8192 flags 0 id 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x33 Stream Ptr 234FE670 Fin=0 Len=8192 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x33 newbytes=8192 unacked=8192 localWindow=12574720 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=8192 localWindow=11988525 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 234FE670 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=32768 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=24576 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 3582 flags 0 id 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x33 Stream Ptr 234FE670 Fin=0 Len=3582 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x33 newbytes=3582 unacked=11774 localWindow=12571138 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=3582 localWindow=11984943 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 234FE670 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=24576 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=20994 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 0 flags 1 id 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x33 Stream Ptr 234FE670 Fin=1 Len=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 234FE670 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 234FE670 count=20994 state=4 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::SetNeedsCleanup 25724C00 - recorded downstream fin of stream 234FE670 0x33 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0x33 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x33 concurrent=1 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=25724C00 stream=234FE670 0x33 cleanup stream based on mNeedsCleanup. +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 25724C00 234FE670 0x33 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 25724C00 234FE670 0x33 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x33 concurrent=0 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 234FE670 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /anime/349 HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: anime-on-demand.de +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: application/json, text/javascript, */*; q=0.01 +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp X-CSRF-Token: MYHgdN2LbaZRsvZoHn1tdl/pjGh58h2zrPlNRwffCYWZeogMH67SirzADe4NakIHpc/jXk/C1xCsF84WQUL2Qw== +[13572:Main Thread]: I/nsHttp X-Requested-With: XMLHttpRequest +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Cookie: qualityMode=auto; quality=576; pingstatus=1; allow_cookies=yes; remember_user_token=W1syNDgwMTRdLCIkMmEkMTAkaUxqNUw1bS5PNlh1ZVlISDJMRUdyLiIsIjE1ODE2MTczMDIuMTIxOTg0NSJd--3e930e298602763b594c5da556fa9a338b5d17f9; _mkra_stck=d4aadba24c92265be385ae5c52d5585f%3A1582228725.3148503; _aod_session=K1dzOTR1bjhOd25DdVduYWRHSWpVM0xkc0ViYlc4LzQyWVE5MjVPYVdIUHZGMTJJalY4Q3FLUUptVi9KdTZ3ZTRlaW5HTjQrOENiUFFqOHNmUUlhcTJnMmloNis3N0R1QjBjVmtubGJTekNkaUFWam50aE9iSDJsMmxueXVldWI4VytvZXVtQitibTI1MmdIUllEdEhudS9zamo5aTI5SGRvRS95aWxmeGFwLzVHcHdlcTBJRDE5RlZLbVZpWWtDUG1DblA4QUFNRUozSko3aG5hbUZOM3Z1a3V6NEtEajM3Mmt3Q2VZa2d1SHNzajYrMVVHVTR2M0RFZjVjdjRpUlJZbnVoK0h3dUY3SE8wREtlQ0wvWDFVOVZaS2FRckZaWUhFcThpWmI2dnp0d2VOMEx6MEpobmYxR0Qxc0U5Q3ZrYUhpUnJLeXhHMUhmQTJYMG1xWFR6Rjc2T3oyc1Q3cDVZbDFZWnBZWERVPS0teWlPd2VQTjMxNlBIRnVGTU53VHAzZz09--a8c8cb05dcbf174087473b4f7ad1127569da6343 +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp If-None-Match: W/"06b4fde53ad9c78b3a0d630079131c6c" +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 098BC120 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=25724C00 stream=098BC120 serial=44 NextID=0x35 (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 098BC120 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC120 ReadSegments reader=25724C0C count=2048 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 098BC120 count=1395 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 098BC120 avail=1395 state=0 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=25724C00 key=https://anime-on-demand.de/[]/[http2.44]/anime/349 requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 25724C00 stream=098BC120 +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 25724C00 counting stream 098BC120 Currently 1 streams in session, high water mark is 8 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=25724C00 stream=098BC120 id=0x35 concurrent=1 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC120 Stream ID 0x35 [session=25724C00] for URI /anime/349 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC120 depends on background group for trans 22CC5C00 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC120 depends on stream 0x7 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC120 Generating 803 bytes of HEADERS for stream 0x35 with priority weight 21 dep 0x7 frames 1 uri=/anime/349 +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 098BC120 used 1395 of 1395. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 098BC120 0x35 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 098BC120 inline=816 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=25724C00 stream=098BC120 result 0 len=816 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25724C00 sz=816 rv=0 actual=816 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC120 from 0 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC120 trans readsegments rv 0 read=1395 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=098BC120 countread=1395 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 098BC120 0x35 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC120 ReadSegments reader=25724C0C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC120 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC120 0x35: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC120 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=098BC120 stream send complete +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /player/v/7.12.6/related.js HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: ssl.p.jwpcdn.com +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ALPNCallback sslsocketcontrol=098BC3D0 +[13572:Socket Thread]: I/nsHttp Http2Session::ALPNCallback version=304 +[13572:Socket Thread]: I/nsHttp Http2Session::Http2Session 249D3800 serial=0x2F +[13572:Socket Thread]: I/nsHttp Http2Session::SendHello 249D3800 +[13572:Socket Thread]: I/nsHttp Session Window increase at start of session 249D3800 12517377 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0x3 depends on 0x0 weight 200 for leader class +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0x5 depends on 0x0 weight 100 for other class +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0x7 depends on 0x0 weight 0 for background class +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0x9 depends on 0x7 weight 0 for speculative class +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0xB depends on 0x3 weight 0 for follower class +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 generate Priority Frame 0xD depends on 0x0 weight 240 for urgentStart class +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream first session=249D3800 trans=22CC7400 +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 098BC230 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=249D3800 stream=098BC230 serial=47 NextID=0xF (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ConfirmTLSProfile 249D3800 mConnection=23DB1430 +[13572:Socket Thread]: I/nsHttp Http2Session::ConfirmTLSProfile 249D3800 sslsocketcontrol=098BC3D0 +[13572:Socket Thread]: I/nsHttp Http2Session::ConfirmTLSProfile 249D3800 version=303 +[13572:Socket Thread]: I/nsHttp Http2Session::ConfirmTLSProfile 249D3800 MAC Algortihm (aead==6) 6 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BC230 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC230 ReadSegments reader=249D380C count=32768 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 098BC230 count=313 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 098BC230 avail=313 state=0 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=249D3800 key=https://ssl.p.jwpcdn.com/[]/[http2.47]/player/v/7.12.6/related.js requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 249D3800 stream=098BC230 +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 249D3800 counting stream 098BC230 Currently 1 streams in session, high water mark is 1 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=249D3800 stream=098BC230 id=0xF concurrent=1 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC230 Stream ID 0xF [session=249D3800] for URI /player/v/7.12.6/related.js +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC230 depends on background group for trans 22CC7400 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC230 depends on stream 0x7 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC230 Generating 174 bytes of HEADERS for stream 0xF with priority weight 21 dep 0x7 frames 1 uri=/player/v/7.12.6/related.js +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 098BC230 used 313 of 313. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 098BC230 0xF 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 098BC230 inline=187 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 249D3800 sz=148 rv=0 actual=148 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=249D3800 stream=098BC230 result 0 len=187 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 249D3800 sz=187 rv=0 actual=187 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC230 from 0 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC230 trans readsegments rv 0 read=313 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BC230 countread=313 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BC230 0xF block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC230 ReadSegments reader=249D380C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC230 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC230 0xF: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC230 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BC230 stream send complete +[13572:Socket Thread]: I/nsHttp JoinConnection 252D0400 no origin frame check used. +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 could not identify a stream to write; suspending. +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 0 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 0 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 0 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 0 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 4 data len 6 flags 0 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 0 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvSettings 249D3800 SETTINGS Control Frame with 1 entries ack=0 +[13572:Socket Thread]: I/nsHttp Settings ID 3, Value 100 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::GenerateSettingsAck 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 249D3800 sz=9 rv=0 actual=9 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 8 data len 4 flags 0 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvWindowUpdate 249D3800 len=16711681 Stream 0x0. +[13572:Socket Thread]: I/nsHttp Http2Session::RecvWindowUpdate 249D3800 session window 65535 increased by 16711681 now 16777216. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 4 data len 0 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvSettings 249D3800 SETTINGS Control Frame with 0 entries ack=1 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 1 data len 257 flags 4 id 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 249D3800 stream 0xF priorityLen=0 stream=098BC230 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 249D3800 for 0xF fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 098BC230 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:57 GMT +[13572:Socket Thread]: I/nsHttp etag: "f9235c15196ea1f5374092efd2b90982" +[13572:Socket Thread]: I/nsHttp content-type: application/javascript +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 9063514 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 186 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.509177,VS0,VE0 +[13572:Socket Thread]: I/nsHttp vary: Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 11724 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:57 GMT +[13572:Socket Thread]: I/nsHttp etag: "f9235c15196ea1f5374092efd2b90982" +[13572:Socket Thread]: I/nsHttp content-type: application/javascript +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 9063514 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 186 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.509177,VS0,VE0 +[13572:Socket Thread]: I/nsHttp vary: Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 11724 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 0 data len 11724 flags 1 id 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=249D3800 Stream ID 0xF Stream Ptr 098BC230 Fin=1 Len=11724 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=249D3800 newbytes=11724 localWindow=12571188 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=30321 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=27562 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=27562 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=24803 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=30009 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC230 count=32768 state=4 0xF +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC230 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0xf +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0xF concurrent=1 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=249D3800 id 0xF needscleanup=00000000. cleanup stream based on stream->writeSegments returning code 80470002 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 by ID 0xF to stream 098BC230 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 098BC230 0xF 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 249D3800 098BC230 0xf 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0xF concurrent=0 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 098BC230 +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /player/v/7.12.6/jw-icons.woff HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: ssl.p.jwpcdn.com +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8 +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: identity +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 098BC890 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=249D3800 stream=098BC890 serial=47 NextID=0x11 (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BC890 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC890 ReadSegments reader=249D380C count=2048 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 098BC890 count=406 state=0 +[13572:Main Thread]: I/nsHttp http request [ +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 098BC890 avail=406 state=0 +[13572:Main Thread]: I/nsHttp GET /lang_jap.png HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: anime-on-demand.de +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=249D3800 key=https://ssl.p.jwpcdn.com/[]/[http2.47]/player/v/7.12.6/jw-icons.woff requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Main Thread]: I/nsHttp Cookie: allow_cookies=yes; remember_user_token=W1syNDgwMTRdLCIkMmEkMTAkaUxqNUw1bS5PNlh1ZVlISDJMRUdyLiIsIjE1ODE2MTczMDIuMTIxOTg0NSJd--3e930e298602763b594c5da556fa9a338b5d17f9; _mkra_stck=d4aadba24c92265be385ae5c52d5585f%3A1582228725.3148503; _aod_session=K1dzOTR1bjhOd25DdVduYWRHSWpVM0xkc0ViYlc4LzQyWVE5MjVPYVdIUHZGMTJJalY4Q3FLUUptVi9KdTZ3ZTRlaW5HTjQrOENiUFFqOHNmUUlhcTJnMmloNis3N0R1QjBjVmtubGJTekNkaUFWam50aE9iSDJsMmxueXVldWI4VytvZXVtQitibTI1MmdIUllEdEhudS9zamo5aTI5SGRvRS95aWxmeGFwLzVHcHdlcTBJRDE5RlZLbVZpWWtDUG1DblA4QUFNRUozSko3aG5hbUZOM3Z1a3V6NEtEajM3Mmt3Q2VZa2d1SHNzajYrMVVHVTR2M0RFZjVjdjRpUlJZbnVoK0h3dUY3SE8wREtlQ0wvWDFVOVZaS2FRckZaWUhFcThpWmI2dnp0d2VOMEx6MEpobmYxR0Qxc0U5Q3ZrYUhpUnJLeXhHMUhmQTJYMG1xWFR6Rjc2T3oyc1Q3cDVZbDFZWnBZWERVPS0teWlPd2VQTjMxNlBIRnVGTU53VHAzZz09--a8c8cb05dcbf174087473b4f7ad1127569da6343 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 249D3800 stream=098BC890 +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 249D3800 counting stream 098BC890 Currently 1 streams in session, high water mark is 1 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=249D3800 stream=098BC890 id=0x11 concurrent=1 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC890 Stream ID 0x11 [session=249D3800] for URI /player/v/7.12.6/jw-icons.woff +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC890 depends on background group for trans 252D0000 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC890 depends on stream 0x7 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC890 Generating 132 bytes of HEADERS for stream 0x11 with priority weight 31 dep 0x7 frames 1 uri=/player/v/7.12.6/jw-icons.woff +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 098BC890 used 406 of 406. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 098BC890 0x11 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 098BC890 inline=145 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=249D3800 stream=098BC890 result 0 len=145 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 249D3800 sz=145 rv=0 actual=145 +[13572:Main Thread]: I/nsHttp http request [ +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC890 from 0 to 1 +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/playlist.m3u8?aodSecure_starttime=1582228720&aodSecure_endtime=1582243120&aodSecure_hash=eJgv4Ip7XimK-vVP-1HBnGCjMKmtuOPvtn6x7uoI4zM= HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC890 trans readsegments rv 0 read=406 +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BC890 countread=406 +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BC890 0x11 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC890 ReadSegments reader=249D380C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC890 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC890 0x11: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC890 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BC890 stream send complete +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /player/v/7.12.6/polyfills.vttrenderer.js HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: ssl.p.jwpcdn.com +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 098BC9A0 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=25724C00 stream=098BC9A0 serial=44 NextID=0x37 (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 098BC9A0 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC9A0 ReadSegments reader=25724C0C count=2048 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 098BC9A0 count=1119 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 098BC9A0 avail=1119 state=0 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=25724C00 key=https://anime-on-demand.de/[]/[http2.44]/lang_jap.png requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 25724C00 stream=098BC9A0 +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 25724C00 counting stream 098BC9A0 Currently 2 streams in session, high water mark is 8 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=25724C00 stream=098BC9A0 id=0x37 concurrent=2 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC9A0 Stream ID 0x37 [session=25724C00] for URI /lang_jap.png +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC9A0 depends on background group for trans 252D0800 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BC9A0 depends on stream 0x7 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC9A0 Generating 56 bytes of HEADERS for stream 0x37 with priority weight 11 dep 0x7 frames 1 uri=/lang_jap.png +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 098BC9A0 used 1119 of 1119. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 098BC9A0 0x37 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 098BC9A0 inline=69 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=25724C00 stream=098BC9A0 result 0 len=69 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25724C00 sz=69 rv=0 actual=69 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC9A0 from 0 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC9A0 trans readsegments rv 0 read=1119 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=098BC9A0 countread=1119 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 will write from Http2Stream 098BC9A0 0x37 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BC9A0 ReadSegments reader=25724C0C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC9A0 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BC9A0 0x37: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BC9A0 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 25724C00 stream=098BC9A0 stream send complete +[13572:Socket Thread]: I/nsHttp Http2Stream::Http2Stream 098BCAB0 +[13572:Socket Thread]: I/nsHttp Http2Session::AddStream session=249D3800 stream=098BCAB0 serial=47 NextID=0x13 (tentative) +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BCAB0 0x0 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BCAB0 ReadSegments reader=249D380C count=2048 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnReadSegment 098BCAB0 count=327 state=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ParseHttpRequestHeaders 098BCAB0 avail=327 state=0 +[13572:Socket Thread]: I/nsHttp Pushed Stream Lookup session=249D3800 key=https://ssl.p.jwpcdn.com/[]/[http2.47]/player/v/7.12.6/polyfills.vttrenderer.js requestcontext=23D54280 cache=00000000 hit=00000000 +[13572:Socket Thread]: I/nsHttp Http2Session::TryToActivate 249D3800 stream=098BCAB0 +[13572:Socket Thread]: I/nsHttp Http2Session::IncrementCounter 249D3800 counting stream 098BCAB0 Currently 2 streams in session, high water mark is 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RegisterStreamID session=249D3800 stream=098BCAB0 id=0x13 concurrent=2 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BCAB0 Stream ID 0x13 [session=249D3800] for URI /player/v/7.12.6/polyfills.vttrenderer.js +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BCAB0 depends on background group for trans 252D1800 +[13572:Socket Thread]: I/nsHttp Http2Stream::UpdatePriorityDependency 098BCAB0 depends on stream 0x7 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BCAB0 Generating 54 bytes of HEADERS for stream 0x13 with priority weight 21 dep 0x7 frames 1 uri=/player/v/7.12.6/polyfills.vttrenderer.js +[13572:Socket Thread]: I/nsHttp ParseHttpRequestHeaders 098BCAB0 used 327 of 327. requestheadersdone = 1 mOpenGenerated = 1 +[13572:Socket Thread]: I/nsHttp AdjustInitialwindow increased flow control window 098BCAB0 0x13 12451840 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame 098BCAB0 inline=67 stream=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::TransmitFrame for inline BufferOutput session=249D3800 stream=098BCAB0 result 0 len=67 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 249D3800 sz=67 rv=0 actual=67 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BCAB0 from 0 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BCAB0 trans readsegments rv 0 read=327 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BCAB0 countread=327 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 will write from Http2Stream 098BCAB0 0x13 block-input=0 block-output=0 +[13572:Socket Thread]: I/nsHttp Http2Stream 098BCAB0 ReadSegments reader=249D380C count=32768 state=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BCAB0 trans readsegments rv 0 read=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ReadSegments 098BCAB0 0x13: Sending request data complete, mUpstreamState=1 +[13572:Socket Thread]: I/nsHttp Http2Stream::ChangeState() 098BCAB0 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadSegments 249D3800 stream=098BCAB0 stream send complete +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 1 data len 231 flags 4 id 0x11 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 249D3800 stream 0x11 priorityLen=0 stream=098BC890 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 249D3800 for 0x11 fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 098BC890 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC890 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC890 count=32768 state=4 0x11 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp access-control-allow-methods: GET +[13572:Socket Thread]: I/nsHttp access-control-max-age: 3000 +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:55 GMT +[13572:Socket Thread]: I/nsHttp etag: "3f823305fbdde3026bd4352626755047" +[13572:Socket Thread]: I/nsHttp content-type: application/x-font-woff +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 11924 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 1 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.646192,VS0,VE1 +[13572:Socket Thread]: I/nsHttp vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method, Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 4824 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp access-control-allow-methods: GET +[13572:Socket Thread]: I/nsHttp access-control-max-age: 3000 +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:55 GMT +[13572:Socket Thread]: I/nsHttp etag: "3f823305fbdde3026bd4352626755047" +[13572:Socket Thread]: I/nsHttp content-type: application/x-font-woff +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 11924 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 1 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.646192,VS0,VE1 +[13572:Socket Thread]: I/nsHttp vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method, Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 4824 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 0 data len 4824 flags 1 id 0x11 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=249D3800 Stream ID 0x11 Stream Ptr 098BC890 Fin=1 Len=4824 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=249D3800 newbytes=4824 localWindow=12566364 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC890 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC890 count=32768 state=4 0x11 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC890 count=30258 state=4 0x11 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC890 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC890 count=30258 state=4 0x11 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC890 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0x11 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0x11 concurrent=2 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=249D3800 id 0x11 needscleanup=00000000. cleanup stream based on stream->writeSegments returning code 80470002 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 by ID 0x11 to stream 098BC890 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 098BC890 0x11 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 249D3800 098BC890 0x11 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0x11 concurrent=1 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 098BC890 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 249D3800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 1 data len 105 flags 4 id 0x13 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 249D3800 stream 0x13 priorityLen=0 stream=098BCAB0 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 249D3800 for 0x13 fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 098BCAB0 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BCAB0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BCAB0 count=32768 state=4 0x13 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:50 GMT +[13572:Socket Thread]: I/nsHttp etag: "29ff94b8a347c2e9ce1025443c915f99" +[13572:Socket Thread]: I/nsHttp content-type: application/javascript +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 9063506 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 96 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.650779,VS0,VE0 +[13572:Socket Thread]: I/nsHttp vary: Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 4193 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp cache-control: max-age=31536000, immutable +[13572:Socket Thread]: I/nsHttp last-modified: Thu, 17 Aug 2017 20:20:50 GMT +[13572:Socket Thread]: I/nsHttp etag: "29ff94b8a347c2e9ce1025443c915f99" +[13572:Socket Thread]: I/nsHttp content-type: application/javascript +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp accept-ranges: bytes +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp via: 1.1 varnish +[13572:Socket Thread]: I/nsHttp age: 9063506 +[13572:Socket Thread]: I/nsHttp x-served-by: cache-hhn4072-HHN +[13572:Socket Thread]: I/nsHttp x-cache: HIT +[13572:Socket Thread]: I/nsHttp x-cache-hits: 96 +[13572:Socket Thread]: I/nsHttp x-timer: S1582228721.650779,VS0,VE0 +[13572:Socket Thread]: I/nsHttp vary: Accept-Encoding +[13572:Socket Thread]: I/nsHttp access-control-allow-origin: * +[13572:Socket Thread]: I/nsHttp server: nginx/1.8.0 +[13572:Socket Thread]: I/nsHttp content-length: 4193 +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[249D3800::47] Frame Header Read type 0 data len 4193 flags 1 id 0x13 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=249D3800 Stream ID 0x13 Stream Ptr 098BCAB0 Fin=1 Len=4193 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=249D3800 newbytes=4193 localWindow=12562171 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BCAB0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BCAB0 count=32768 state=4 0x13 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BCAB0 count=30132 state=4 0x13 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BCAB0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BCAB0 count=30132 state=4 0x13 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 249D3800 InternalState 4 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BCAB0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 249D3800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 249D3800 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0x13 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0x13 concurrent=1 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=249D3800 id 0x13 needscleanup=00000000. cleanup stream based on stream->writeSegments returning code 80470002 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 by ID 0x13 to stream 098BCAB0 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 249D3800 098BCAB0 0x13 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 249D3800 098BCAB0 0x13 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 249D3800 id=0x13 concurrent=0 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 098BCAB0 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 1 data len 190 flags 4 id 0x37 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 25724C00 stream 0x37 priorityLen=0 stream=098BC9A0 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 25724C00 for 0x37 fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 098BC9A0 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC9A0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC9A0 count=32768 state=4 0x37 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: image/png +[13572:Socket Thread]: I/nsHttp content-length: 4856 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp last-modified: Fri, 20 Dec 2019 09:59:19 GMT +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: image/png +[13572:Socket Thread]: I/nsHttp content-length: 4856 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp last-modified: Fri, 20 Dec 2019 09:59:19 GMT +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 4856 flags 0 id 0x37 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x37 Stream Ptr 098BC9A0 Fin=0 Len=4856 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x37 newbytes=4856 unacked=4856 localWindow=12578056 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=4856 localWindow=11980087 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC9A0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC9A0 count=32768 state=4 0x37 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 0 flags 1 id 0x37 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x37 Stream Ptr 098BC9A0 Fin=1 Len=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC9A0 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0x37 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x37 concurrent=2 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=25724C00 id 0x37 needscleanup=00000000. cleanup stream based on stream->writeSegments returning code 80470002 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 25724C00 by ID 0x37 to stream 098BC9A0 +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 25724C00 098BC9A0 0x37 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 25724C00 098BC9A0 0x37 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x37 concurrent=1 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 098BC9A0 +[13572:Socket Thread]: I/nsHttp Http2Session::ALPNCallback sslsocketcontrol=098BC810 +[13572:Socket Thread]: I/nsHttp Http2Session::ALPNCallback version=304 +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp POST / HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: ocsp.sectigo.com +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate +[13572:Main Thread]: I/nsHttp Content-Length: 84 +[13572:Main Thread]: I/nsHttp Content-Type: application/ocsp-request +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Connection: Keep-Alive +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Content-Length: 472 +[13572:Socket Thread]: I/nsHttp Content-Type: application/ocsp-response +[13572:Socket Thread]: I/nsHttp Last-Modified: Thu, 20 Feb 2020 02:49:17 GMT +[13572:Socket Thread]: I/nsHttp Server: Apache +[13572:Socket Thread]: I/nsHttp ETag: DBDF869F293FD299691B1E792245C6E6AF76CED4 +[13572:Socket Thread]: I/nsHttp Cache-Control: max-age=269534,s-maxage=1800,public,no-transform,must-revalidate +[13572:Socket Thread]: I/nsHttp X-OCSP-Responder-ID: mcdpcaocsp10 +[13572:Socket Thread]: I/nsHttp X-HW: 1582228720.dop107.fr8.t,1582228720.cds159.fr8.m,1582228720.cds150.fr8.c +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Connection: Keep-Alive +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Content-Length: 472 +[13572:Socket Thread]: I/nsHttp Content-Type: application/ocsp-response +[13572:Socket Thread]: I/nsHttp Last-Modified: Thu, 20 Feb 2020 02:49:17 GMT +[13572:Socket Thread]: I/nsHttp Server: Apache +[13572:Socket Thread]: I/nsHttp ETag: DBDF869F293FD299691B1E792245C6E6AF76CED4 +[13572:Socket Thread]: I/nsHttp Cache-Control: max-age=269534,s-maxage=1800,public,no-transform,must-revalidate +[13572:Socket Thread]: I/nsHttp X-OCSP-Responder-ID: mcdpcaocsp10 +[13572:Socket Thread]: I/nsHttp X-HW: 1582228720.dop107.fr8.t,1582228720.cds159.fr8.m,1582228720.cds150.fr8.c +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 1 data len 867 flags 4 id 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvHeaders 25724C00 stream 0x35 priorityLen=0 stream=098BC120 end_stream=0 end_headers=4 priority_group=0 paddingLength=0 padded=0 +[13572:Socket Thread]: I/nsHttp Http2Session::ResponseHeadersComplete 25724C00 for 0x35 fin=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::ConvertResponseHeaders 098BC120 response code 200 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 2 to 7 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 7 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC120 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=32768 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 7 to 1 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/2.0 200 OK +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: text/html; charset=utf-8 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=0, private, must-revalidate +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-xss-protection: 1; mode=block +[13572:Socket Thread]: I/nsHttp x-request-id: a5879957-f251-40d0-ae08-1b191e408ae4 +[13572:Socket Thread]: I/nsHttp etag: W/"ee4f80fa77df2f19bc17488e873935c9" +[13572:Socket Thread]: I/nsHttp x-frame-options: SAMEORIGIN +[13572:Socket Thread]: I/nsHttp x-runtime: 0.397083 +[13572:Socket Thread]: I/nsHttp x-content-type-options: nosniff +[13572:Socket Thread]: I/nsHttp set-cookie: _aod_session=Rkdrd2pOOURaYm15eDdObCtBeitaZ3h4QWZkRWRuRWhsZ2c2eGMweTFsVmowZUk4T2ZsLzdhSCtIQUVKdXdvaCtmR3ppcFZ4NDVFOTdqSmdEY2xLYjBnN0ZabVRKNktWbEN0MWF5UWVtT1ZsWGxKRkJ2TzgzRis0Sjl4RklGcHFxWm9BcG5URllzcGNjZEVTTERPa1VBVmdkN0dFUWtVU3I0NThFdlBVdDJYaXl3ZG8xREZab3lUd3diQ1BtaGRXdlBhc1FCbjdDR3FtWmVpa1lpSjF5ckRSMmwwNDB4dnEwSHdaUmVGdFAwalI3VmlzbEZqaUdKN3Y4dWJFZVlPbk51dEpzVHl0VGp1d3JjZHF0TmpkaHZaT3dRbHRBTWpRRXVhVnZyUHVwV3oxL0JrOUdKYXd3K1FCbDFPT0dwUXVtVERvNmNqSDJ4SjFxWWxSYnV1OUkyS09SR1NveFVOYVNzaFNUVzBYMXVjPS0tcU9iSzlGMmNjbnVORzFidTVmZitxQT09--6e263c7ecfad931cce05cc29cf04e9d7b48edb59; path=/; secure; HttpOnly +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp content-type: text/html; charset=utf-8 +[13572:Socket Thread]: I/nsHttp status: 200 OK +[13572:Socket Thread]: I/nsHttp cache-control: max-age=0, private, must-revalidate +[13572:Socket Thread]: I/nsHttp strict-transport-security: max-age=15552000; includeSubDomains +[13572:Socket Thread]: I/nsHttp x-xss-protection: 1; mode=block +[13572:Socket Thread]: I/nsHttp x-request-id: a5879957-f251-40d0-ae08-1b191e408ae4 +[13572:Socket Thread]: I/nsHttp etag: W/"ee4f80fa77df2f19bc17488e873935c9" +[13572:Socket Thread]: I/nsHttp x-frame-options: SAMEORIGIN +[13572:Socket Thread]: I/nsHttp x-runtime: 0.397083 +[13572:Socket Thread]: I/nsHttp x-content-type-options: nosniff +[13572:Socket Thread]: I/nsHttp set-cookie: _aod_session=Rkdrd2pOOURaYm15eDdObCtBeitaZ3h4QWZkRWRuRWhsZ2c2eGMweTFsVmowZUk4T2ZsLzdhSCtIQUVKdXdvaCtmR3ppcFZ4NDVFOTdqSmdEY2xLYjBnN0ZabVRKNktWbEN0MWF5UWVtT1ZsWGxKRkJ2TzgzRis0Sjl4RklGcHFxWm9BcG5URllzcGNjZEVTTERPa1VBVmdkN0dFUWtVU3I0NThFdlBVdDJYaXl3ZG8xREZab3lUd3diQ1BtaGRXdlBhc1FCbjdDR3FtWmVpa1lpSjF5ckRSMmwwNDB4dnEwSHdaUmVGdFAwalI3VmlzbEZqaUdKN3Y4dWJFZVlPbk51dEpzVHl0VGp1d3JjZHF0TmpkaHZaT3dRbHRBTWpRRXVhVnZyUHVwV3oxL0JrOUdKYXd3K1FCbDFPT0dwUXVtVERvNmNqSDJ4SjFxWWxSYnV1OUkyS09SR1NveFVOYVNzaFNUVzBYMXVjPS0tcU9iSzlGMmNjbnVORzFidTVmZitxQT09--6e263c7ecfad931cce05cc29cf04e9d7b48edb59; path=/; secure; HttpOnly +[13572:Socket Thread]: I/nsHttp x-powered-by: Phusion Passenger Enterprise +[13572:Socket Thread]: I/nsHttp server: nginx + Phusion Passenger +[13572:Socket Thread]: I/nsHttp content-encoding: gzip +[13572:Socket Thread]: I/nsHttp X-Firefox-Spdy: h2 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 1481 flags 0 id 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x35 Stream Ptr 098BC120 Fin=0 Len=1481 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x35 newbytes=1481 unacked=1481 localWindow=12581431 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=1481 localWindow=11978606 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC120 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=32768 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=31287 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 3365 flags 0 id 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x35 Stream Ptr 098BC120 Fin=0 Len=3365 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x35 newbytes=3365 unacked=4846 localWindow=12578066 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=3365 localWindow=11975241 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC120 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=31287 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=27922 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 2992 flags 0 id 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x35 Stream Ptr 098BC120 Fin=0 Len=2992 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalStreamWindow this=25724C00 id=0x35 newbytes=2992 unacked=7838 localWindow=12575074 +[13572:Socket Thread]: I/nsHttp Http2Session::UpdateLocalSessionWindow this=25724C00 newbytes=2992 localWindow=11972249 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC120 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=32768 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=29776 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25724C00::44] Frame Header Read type 0 data len 0 flags 1 id 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 1 to 4 +[13572:Socket Thread]: I/nsHttp Start Processing Data Frame. Session=25724C00 Stream ID 0x35 Stream Ptr 098BC120 Fin=1 Len=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::WriteSegments 098BC120 count=32768 state=4 +[13572:Socket Thread]: I/nsHttp Http2Stream::OnWriteSegment 098BC120 count=29776 state=4 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::SetNeedsCleanup 25724C00 - recorded downstream fin of stream 098BC120 0x35 +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25724C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25724C00 from 4 to 1 +[13572:Socket Thread]: I/nsHttp SetRecvdFin id=0x35 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x35 concurrent=1 active=1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments session=25724C00 stream=098BC120 0x35 cleanup stream based on mNeedsCleanup. +[13572:Socket Thread]: I/nsHttp Http2Session::CleanupStream 25724C00 098BC120 0x35 0 +[13572:Socket Thread]: I/nsHttp Http2Session::CloseStream 25724C00 098BC120 0x35 0 +[13572:Socket Thread]: I/nsHttp MaybeDecrementConcurrent 25724C00 id=0x35 concurrent=0 active=0 +[13572:Socket Thread]: I/nsHttp Http2Stream::~Http2Stream 098BC120 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25724C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25724C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: application/vnd.apple.mpegurl +[13572:Socket Thread]: I/nsHttp Content-Length: 1549 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: application/vnd.apple.mpegurl +[13572:Socket Thread]: I/nsHttp Content-Length: 1549 +[13572:Socket Thread]: I/nsHttp ] +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/chunklist_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=.m3u8 HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: application/vnd.apple.mpegurl +[13572:Socket Thread]: I/nsHttp Content-Length: 37325 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:40 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: application/vnd.apple.mpegurl +[13572:Socket Thread]: I/nsHttp Content-Length: 37325 +[13572:Socket Thread]: I/nsHttp ] +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_0.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:41 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2634820 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:41 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2634820 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 27s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 27s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 27s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 27s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 27s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 26s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 37s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_1.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:42 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1465272 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:42 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1465272 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 12s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 3s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 13s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 28s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 39s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_2.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:44 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1739940 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:44 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1739940 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 13s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 4s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 14s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 40s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 4s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 41s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_3.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:45 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 595960 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:45 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 595960 +[13572:Socket Thread]: I/nsHttp ] +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_4.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:46 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1934332 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:46 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1934332 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 15s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 6s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 16s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 6s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 43s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_5.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:47 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1702152 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:47 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1702152 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 17s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 44s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 44s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 44s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 18s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 44s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 45s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 45s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_6.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:48 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1289868 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:48 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 1289868 +[13572:Socket Thread]: I/nsHttp ] +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_7.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:49 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2614328 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:49 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2614328 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 18s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 19s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 44s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 35s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 45s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 46s +[13572:Main Thread]: I/nsHttp http request [ +[13572:Main Thread]: I/nsHttp GET /aod-cdn3-cloud/_definst_/smil:aod-cloud/4872_c97be75f47f68f395eac1dceeaca9f26.smil/media_w961155451_b2240000_tkYW9kU2VjdXJlX3N0YXJ0dGltZT0xNTgyMjI4NzIwJmFvZFNlY3VyZV9lbmR0aW1lPTE1ODIyNDMxMjAmYW9kU2VjdXJlX2hhc2g9ZUpndjRJcDdYaW1LLXZWUC0xSEJuR0NqTUttdHVPUHZ0bjZ4N3VvSTR6TT0=_8.ts HTTP/1.1 +[13572:Main Thread]: I/nsHttp Host: 58dbf94b247de.streamlock.net +[13572:Main Thread]: I/nsHttp User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 +[13572:Main Thread]: I/nsHttp Accept: */* +[13572:Main Thread]: I/nsHttp Accept-Language: en-US,en;q=0.5 +[13572:Main Thread]: I/nsHttp Accept-Encoding: gzip, deflate, br +[13572:Main Thread]: I/nsHttp Referer: https://anime-on-demand.de/anime/349 +[13572:Main Thread]: I/nsHttp Origin: https://anime-on-demand.de +[13572:Main Thread]: I/nsHttp Connection: keep-alive +[13572:Main Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp http response [ +[13572:Socket Thread]: I/nsHttp HTTP/1.1 200 OK +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:51 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2286644 +[13572:Socket Thread]: I/nsHttp OriginalHeaders +[13572:Socket Thread]: I/nsHttp Accept-Ranges: bytes +[13572:Socket Thread]: I/nsHttp Access-Control-Expose-Headers: Date, Server, Content-Type, Content-Length +[13572:Socket Thread]: I/nsHttp Server: WowzaStreamingEngine/4.7.7 +[13572:Socket Thread]: I/nsHttp Cache-Control: no-cache +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Origin: * +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Credentials: true +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD +[13572:Socket Thread]: I/nsHttp Access-Control-Allow-Headers: Content-Type, User-Agent, If-Modified-Since, Cache-Control, Range +[13572:Socket Thread]: I/nsHttp Date: Thu, 20 Feb 2020 19:58:51 GMT +[13572:Socket Thread]: I/nsHttp Content-Type: video/MP2T +[13572:Socket Thread]: I/nsHttp Content-Length: 2286644 +[13572:Socket Thread]: I/nsHttp ] +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 20s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 40s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 36s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 21s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 37s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2572B800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2572B800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 46s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 21s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 0615BC00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 0615BC00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 22CCA400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 22CCA400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 21s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2571D400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2571D400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2571F800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2571F800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25729C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25729C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2572B800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2572B800::10] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2572B800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2572B800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2572B800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2572B800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2572B800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2572B800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CCA400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[22CCA400::9] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CCA400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 22CCA400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 22CCA400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CCA400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CCA400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 22CCA400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25729C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25729C00::5] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25729C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25729C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25729C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25729C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25729C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25729C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2571F800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2571F800::4] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2571F800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2571F800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2571F800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2571F800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2571F800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2571F800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 0615BC00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[0615BC00::11] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 0615BC00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 0615BC00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 0615BC00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 0615BC00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 0615BC00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 0615BC00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2571D400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2571D400::12] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2571D400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2571D400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2571D400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2571D400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2571D400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2571D400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 47s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 22s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 22s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 48s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 23s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B46C800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B46C800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 23s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B46C800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B46C800::24] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B46C800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B46C800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B46C800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B46C800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B46C800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B46C800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 53s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 49s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 24s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 24s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 51s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 52s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 50s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 38s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25010800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25010800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 54s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 54s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 5s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 29s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25010800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25010800::2] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25010800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25010800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25010800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25010800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25010800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25010800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 39s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B2E9000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B2E9000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 55s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B2E8400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B2E8400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25725C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25725C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25275000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25275000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2572C000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2572C000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25274400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25274400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 40s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 6s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 22CC4C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 22CC4C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25277000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25277000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 30s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B2E5800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B2E5800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B2E7400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B2E7400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B2A2800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B2A2800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 25275C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 25275C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2A2800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B2A2800::22] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2A2800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B2A2800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B2A2800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2A2800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2A2800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B2A2800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E8400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B2E8400::17] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E8400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B2E8400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B2E8400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E8400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E8400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B2E8400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CC4C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[22CC4C00::3] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CC4C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 22CC4C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 22CC4C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CC4C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CC4C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 22CC4C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E7400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B2E7400::14] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E7400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B2E7400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B2E7400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E7400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E7400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B2E7400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2572C000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2572C000::8] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2572C000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2572C000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2572C000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2572C000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2572C000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2572C000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25275C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25275C00::21] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25275C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25275C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25275C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25275C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25275C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25275C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25275000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25275000::20] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25275000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25275000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25275000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25275000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25275000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25275000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25277000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25277000::16] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25277000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25277000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25277000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25277000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25277000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25277000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E5800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B2E5800::13] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E5800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B2E5800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B2E5800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E5800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E5800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B2E5800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E9000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B2E9000::15] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E9000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B2E9000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B2E9000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B2E9000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B2E9000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B2E9000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25725C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25725C00::18] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25725C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25725C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25725C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25725C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25725C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25725C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25274400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[25274400::19] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25274400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 25274400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 25274400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 25274400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 25274400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 25274400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 40s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2B29C400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2B29C400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 06155800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 06155800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 252D0400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 252D0400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 56s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2AAF5000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2AAF5000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 7s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2AAED000 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2AAED000 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 31s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 22CCE800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 22CCE800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 252D0400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[252D0400::6] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 252D0400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 252D0400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 252D0400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 252D0400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 252D0400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 252D0400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 06155800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[06155800::23] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 06155800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 06155800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 06155800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 06155800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 06155800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 06155800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CCE800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[22CCE800::1] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CCE800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 22CCE800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 22CCE800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 22CCE800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 22CCE800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 22CCE800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAED000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2AAED000::28] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAED000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2AAED000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2AAED000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAED000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAED000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2AAED000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAF5000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2AAF5000::30] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAF5000 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2AAF5000 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2AAF5000 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAF5000 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAF5000 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2AAF5000 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B29C400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2B29C400::25] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B29C400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2B29C400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2B29C400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2B29C400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2B29C400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2B29C400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 41s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE0400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE0400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2D1F3400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2D1F3400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 57s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE4C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE4C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2AAFA800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2AAFA800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE1800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE1800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 42s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 8s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2DEE8400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2DEE8400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2D1F1400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2D1F1400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 32s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2DEE6800 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2DEE6800 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE3C00 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE3C00 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 10s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2DEE8400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2DEE8400::36] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2DEE8400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session 2DEE8400 buffering control frame read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2DEE8400 InternalState 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2DEE8400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2DEE8400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2DEE8400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2DEE8400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2DEE8400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2D1F3400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2D1F3400::41] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2D1F3400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2D1F3400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2D1F3400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2D1F3400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2D1F3400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2D1F3400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE4C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE4C00::37] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE4C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE4C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE4C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE4C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE4C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE4C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE3C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE3C00::38] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE3C00 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE3C00 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE3C00 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE3C00 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE3C00 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE3C00 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2DEE6800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2DEE6800::40] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2DEE6800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2DEE6800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2DEE6800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2DEE6800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2DEE6800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2DEE6800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2D1F1400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2D1F1400::39] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2D1F1400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2D1F1400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2D1F1400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2D1F1400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2D1F1400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2D1F1400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE0400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE0400::34] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE0400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE0400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE0400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE0400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE0400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE0400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAFA800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2AAFA800::33] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAFA800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2AAFA800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2AAFA800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2AAFA800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2AAFA800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2AAFA800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE1800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE1800::35] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE1800 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE1800 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE1800 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE1800 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE1800 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE1800 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 42s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 3s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE3400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE3400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 58s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 generating ping +[13572:Socket Thread]: I/nsHttp Http2Session::GeneratePing 2CFE4400 isAck=0 +[13572:Socket Thread]: I/nsHttp Http2Session::FlushOutputQueue 2CFE4400 sz=17 rv=0 actual=17 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE1800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 0615BC00 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275000 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572C000 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCA400 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25274400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C000 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B46C800 delta since last read 9s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE8400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F1400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CC4C00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAED000 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25277000 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25724C00 delta since last read 33s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E5800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571D400 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2DEE6800 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E7400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2A2800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 22CCE800 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25275C00 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3C00 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2571F800 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25729C00 delta since last read 11s +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE3400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE3400::42] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE3400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE3400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE3400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE3400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE3400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE3400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE4400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments[2CFE4400::43] Frame Header Read type 6 data len 8 flags 1 id 0x0 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE4400 from 1 to 2 +[13572:Socket Thread]: I/nsHttp Http2Session::RecvPing 2CFE4400 PING Flags 0x1. +[13572:Socket Thread]: I/nsHttp Http2Session::ResetDownstreamState() 2CFE4400 +[13572:Socket Thread]: I/nsHttp Http2Session::ChangeDownstreamState() 2CFE4400 from 2 to 1 +[13572:Socket Thread]: I/nsHttp Http2Session::WriteSegments 2CFE4400 InternalState 1 +[13572:Socket Thread]: I/nsHttp Http2Session 2CFE4400 buffering frame header read failure 80470007 +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B477C00 delta since last read 43s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2572B800 delta since last read 12s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E9000 delta since last read 3s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B29C400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25010800 delta since last read 4s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 06155800 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE0400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE3400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 252D0400 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2D1F3400 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4400 delta since last read 0s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 249D3800 delta since last read 34s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAF5000 delta since last read 2s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2CFE4C00 delta since last read 1s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2B2E8400 delta since last read 3s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 25725C00 delta since last read 3s +[13572:Socket Thread]: I/nsHttp Http2Session::ReadTimeoutTick 2AAFA800 delta since last read 1s +[13572:Socket Thread]: I/nsHt \ No newline at end of file diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe index df836dc..4402ac6 100644 Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe differ diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb index 99546d4..238796a 100644 Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb differ diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache index 541f5ae..90007ad 100644 --- a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache +++ b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -03c44a8ecd06599a1e72803d9a2714315e3ebee0 +18a59f282f1f5b16b30399d2b0996e199647fe62 diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.FileListAbsolute.txt b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.FileListAbsolute.txt index 4115113..b6de98f 100644 --- a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.FileListAbsolute.txt +++ b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.FileListAbsolute.txt @@ -42,3 +42,4 @@ D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crun D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.dll D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.pdb D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Debug\Helpers.xml +D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\obj\x86\Debug\Crunchyroll_Downloader.Debug_Mode.resources diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache index ee5eb25..87e4f2f 100644 Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache differ diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml index 0dcb4ad..3589104 100644 --- a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml +++ b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml @@ -137,6 +137,11 @@ Crunchyroll Downloader Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + + Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + + Sucht eine lokalisierte Zeichenfolge, die ","resolution":"adaptive" ähnelt. diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Debug_Mode.resources b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Debug_Mode.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Debug_Mode.resources differ diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources index b7a11d8..b079ca0 100644 Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources differ diff --git a/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll index 37ec8df..18e060e 100644 Binary files a/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll and b/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.exe b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.exe index 0bb5758..dfb81c7 100644 Binary files a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.exe and b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.exe differ diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.pdb b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.pdb index 3e6b870..5d8b2e3 100644 Binary files a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.pdb and b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.pdb differ diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache index 541f5ae..90007ad 100644 --- a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache +++ b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -03c44a8ecd06599a1e72803d9a2714315e3ebee0 +18a59f282f1f5b16b30399d2b0996e199647fe62 diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.FileListAbsolute.txt b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.FileListAbsolute.txt index 1b61fd8..11245ae 100644 --- a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.FileListAbsolute.txt +++ b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.FileListAbsolute.txt @@ -21,3 +21,4 @@ D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crun D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Release\Helpers.dll D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Release\Helpers.pdb D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\bin\x86\Release\Helpers.xml +D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\obj\x86\Release\Crunchyroll_Downloader.Debug_Mode.resources diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.GenerateResource.cache b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.GenerateResource.cache index 9e424c5..a74df00 100644 Binary files a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.GenerateResource.cache and b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll Downloader.vbproj.GenerateResource.cache differ diff --git a/Crunchyroll Downloader/obj/x86/Release/Crunchyroll_Downloader.Debug_Mode.resources b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll_Downloader.Debug_Mode.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Crunchyroll Downloader/obj/x86/Release/Crunchyroll_Downloader.Debug_Mode.resources differ