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
Thank you for the report, fixed on main. Note due to limitations of Plug.Test even if response has multiple chunks (e.g. calling Plug.Conn.chunk/2 multiple times), we'd receive just one {:data, body} message with the entire response body. I hope to maybe improve that aspect in the future (elixir-plug/plug#1160).
I try to run the following code:
This raises the following exception:
Looking at the case stmt in
lib/req/steps.ex:1001
,:self
is really missing. Was this done on purpose?The text was updated successfully, but these errors were encountered: