ninenines / gun

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

Allows SSE with charset in content type #296

Closed tank-bohr closed 2 years ago

tank-bohr commented 2 years ago

When content type is something like text/event-stream;charset=UTF-8 gun didn't send sse-related events.

tank-bohr commented 2 years ago

Looks like a duplicate of #271