• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Nginx http2 issues

     
    • 0 Vote(s) - 0 Average

    SOLVED: Nginx http2 issues

    Grass
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Canada
    #6
    2024-09-02, 06:14 AM (This post was last modified: 2024-09-02, 06:15 AM by Grass. Edited 1 time in total.)
    (2024-09-01, 03:02 PM)TheDreadPirate Wrote: Looks like it is the other way around.
    What version of Nginx are you running?

    nginx version: nginx/1.24.0 (Ubuntu)

    My output for that command
    Quote:http2_idle_timeout
    http2_recv_timeout
    http2_max_header_size
    http2_max_field_size
    http2_max_requests
    http2_recv_buffer_size
    http2_pool_size
    http2_max_concurrent_streams
    http2_max_concurrent_pushes
    http2_body_preread_size
    http2_streams_index_size
    http2_chunk_size
    http2_push_preload
    http2_push
    http2
    http2 push resource
    http2 pushing:%ui limit:%ui
    http2 table size update: 0
    http2 push header: "%V: %V"
    http2 header filter
    http2 push resources
    http2 parse link: "%V"
    http2 send chain: %p
    http2 flood detected
    http2 state connection error
    http2 preface verified
    http2 lingering close handler
    http2 read handler
    init http2 connection
    http2 send SETTINGS frame
    http2 write event timed out
    http2 write handler
    skipping http2 DATA frame
    http2 preread buffer overflow
    unknown http2 stream
    http2 header: ":%V: %V"
    http2 header: "%V: %V"
    http2 %s string, len:%i
    skipping http2 HEADERS frame
    http2 get indexed %s: %ui
    http2 close stream handler
    http2 request line: "%V"
    http2 run request handler
    http2 setting %ui:%ui
    http2:%ui adjusted window: %z
    http2 SETTINGS frame
    http2 frame skip %uz of %uz
    http2 frame skip %uz
    http2 PING frame
    http2 table add: "%V: %V"
    http2 process request body
    no space in http2 body buffer
    http2 body update chains
    http2 request body recv %uz
    http2 request body rest %O
    http2 negative window update
    http2 idle handler
    http2 huffman decoding error at state %d: bad code 0x%Xd
    http2 huffman decoding error: incomplete code 0x%Xd
    http2:%ui create HEADERS frame %p: len:%uz fin:%ui
    http2 push header: ":method: GET"
    http2 push header: ":path: %V"
    http2 push header: ":scheme: %V"
    http2:%ui create PUSH_PROMISE frame %p: sid:%ui len:%uz
    http2 output header: ":status: %03ui"
    http2 output header: "server: %s"
    http2 output header: "server: nginx"
    http2 output header: "date: %V"
    http2 output header: "content-type: %V"
    http2 output header: "content-length: %O"
    http2 output header: "last-modified: %*s"
    http2 output header: "location: %V"
    http2 output header: "vary: Accept-Encoding"
    http2 output header: "%*s: %V"
    http2:%ui HEADERS frame %p was sent partially
    http2:%ui HEADERS frame %p was sent
    http2:%ui PUSH_PROMISE frame %p was sent partially
    http2:%ui PUSH_PROMISE frame %p was sent
    http2:%ui DATA frame %p was sent partially
    http2:%ui DATA frame %p was sent
    http2:%ui windows: conn:%uz stream:%z
    http2 output trailer: "%*s: %V"
    http2:%ui create DATA frame %p: len:%uz flags:%ui
    http2 frame type:%ui f:%Xd l:%uz sid:%ui
    http2 frame out: %p sid:%ui bl:%d len:%uz
    http2 frame sent: %p sid:%ui bl:%d len:%uz
    http2 HEADERS frame sid:%ui depends on %ui excl:%ui weight:%ui
    http2 new hpack table size: %uz was:%uz
    http2 send WINDOW_UPDATE frame sid:%ui, window:%uz
    http2 send RST_STREAM frame sid:%ui, status:%ui
    http2 send GOAWAY frame: last sid %ui, error %ui
    http2 close stream %ui, queued %ui, processing %ui, pushing %ui
    http2 retry close stream handler
    http2 push stream sid:%ui depends on %ui excl:0 weight:16
    http2 frame complete pos:%p end:%p
    http2 frame state save pos:%p end:%p handler:%p
    http2 PRIORITY frame sid:%ui depends on %ui excl:%ui weight:%ui
    http2 RST_STREAM frame, sid:%ui status:%ui
    http2 WINDOW_UPDATE frame sid:%ui window:%uz
    http2 GOAWAY frame: last sid %ui, error %ui
    http2 table account: %uz free:%uz
    http2 read client request body handler
    http2 read unbuffered request body
    http2 handle connection handler
    the http2 chunk size cannot be zero
    upstream sent too large http2 frame: %uz
    upstream sent http2 frame with too long padding: %d in frame %uz
    upstream sent invalid http2 table index: %ui
    upstream sent invalid http2 dynamic table size update: %ui
    upstream sent http2 table index with continuation flag
    upstream sent zero http2 header name length
    upstream sent too large http2 header name length
    upstream sent too large http2 header value length
    upstream sent truncated http2 header
    upstream sent unexpected http2 frame: %d
    upstream sent too short http2 frame
    no connection data found for keepalive http2 connection
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Nginx http2 issues - by Grass - 2024-09-01, 07:48 AM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-01, 02:01 PM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-02, 02:55 PM
    RE: Nginx http2 issues - by Grass - 2024-09-03, 09:16 AM
    RE: Nginx http2 issues - by mcarlton00 - 2024-09-01, 02:06 PM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-01, 02:08 PM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-01, 03:02 PM
    RE: Nginx http2 issues - by Grass - 2024-09-02, 06:14 AM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-03, 01:09 PM
    RE: Nginx http2 issues - by Grass - 2024-09-03, 11:50 PM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-04, 02:01 AM
    RE: Nginx http2 issues - by Grass - 2024-09-04, 04:22 AM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-04, 04:29 PM
    RE: Nginx http2 issues - by Grass - 2024-09-05, 01:19 AM
    RE: Nginx http2 issues - by TheDreadPirate - 2024-09-05, 02:59 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode