Sébastien Grignard
Sébastien Grignard
Hello. We are using pushpin for real-time updates in the last version of our product [Tracim](https://github.com/tracim/tracim/). During our tests we got unpublished messages when their size is big. After investigation...
Fixes issue #2.
This can happen if an await is used in the context manager's scope (see the updated tests in my PR).
A filename including a double-quote `"` will generate a Content-Disposition header which is considered malformed by Chrome, see https://github.com/tracim/tracim/issues/5220 for details. Hapic should either mitigate the issue (by replacing double-quote...