Refactor H2 #937
elixir.yml
on: pull_request
Matrix: autobahn / autobahn
Matrix: h2spec / h2spec
Matrix: lint / lint
Matrix: test / test
Annotations
1 error and 3 warnings
lint / lint (1.15.x, 26.x)
Process completed with exit code 2.
|
missing_range:
lib/bandit/http2/connection.ex#L463
The type specification is missing types returned by Bandit.HTTP2.Connection.send_data/7.
|
pattern_match:
lib/bandit/http2/handler.ex#L88
The pattern can never match the type {:error, :insufficient_window_size | :invalid_state | :invalid_stream | :not_owner}.
|
missing_range:
lib/bandit/http2/stream_task.ex#L27
The type specification is missing types returned by Bandit.HTTP2.StreamTask.start_link/5.
|