You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: listen bucket event response should use response.readline() (#1195)
using response.stream() doesn't work with nginx due to unknown
reasons, mostly perhaps how nginx writes the body of the
response. Instead use response.readline() instead allows for
reading the right amount of content() needed for events.
0 commit comments