Add Finch.stream_while/5
#826
Annotations
2 errors and 10 warnings
mix_test (1.11.4, 22.x):
test/finch_test.exs#L846
test stream_while/5 function halts on HTTP/2 (FinchTest)
|
mix_test (1.11.4, 22.x)
Process completed with exit code 1.
|
mix_test (1.15.1, 25.x, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
mix_test (1.15.1, 25.x, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
mix_test (1.15.1, 25.x, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|