ninenines / gun

HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
ISC License
891 stars 232 forks source link

Two 200 responses after gun_push #279

Closed Zert closed 2 years ago

Zert commented 2 years ago

Sometimes in HTTP2 connection my system receives gun_push message followed by at least two 200 OK responses:

  1. First with list of pushed link in headers without content-length
  2. Second with content-length

Is it intended behaviour or something wrong?

essen commented 2 years ago

Doesn't sound right but you will need to be more specific.

Zert commented 2 years ago

Cannot catch it, so I need to go deeper…

essen commented 2 years ago

Closing since I cannot act on this. Please reopen with details if you manage to figure something out. Thanks!