aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http2_machine.erl
AgeCommit message (Expand)Author
2020-10-23Add cow_http2_machine:get_remote_settings/12.10.0Jonas Boberg
2020-10-07Add a message_tag to timeout messages sent by cow_http2_machineLoïc Hoguin
2020-02-27Clarify error when expecting a SETTINGS frame in HTTP/2 prefaceLoïc Hoguin
2020-01-06Use a map for streams in cow_http2_machineLoïc Hoguin
2019-12-31Fix sending trailers when there are data frames in queueTony Han
2019-10-10Add cow_http2_machine:is_lingering_stream/22.8.0Loïc Hoguin
2019-10-05Make sure ensure_window doesn't crash if stream is closedLoïc Hoguin
2019-10-03Remove HTTP/1.1 connection headers in HTTP/2 messagesLoïc Hoguin
2019-10-01Don't return lingering_data tuples anymoreLoïc Hoguin
2019-10-01Add HTTP/2 option stream_window_data_thresholdLoïc Hoguin
2019-10-01Add cow_http2_machine:get_connection_local_buffer_size/1Loïc Hoguin
2019-10-01Don't filter HTTP/2 optionsLoïc Hoguin
2019-10-01Reject empty HTTP/2 header namesLoïc Hoguin
2019-09-14Add cow_http2_machine:get_stream_local_buffer_size/2Loïc Hoguin
2019-09-12Fix a bug where final empty frames were ignoredLoïc Hoguin
2019-09-06Add missing specs to cow_http2_machine:ensure_windowLoïc Hoguin
2019-09-02Add cow_http2_machine:ensure_window/2,3Loïc Hoguin
2019-07-27Add missing lingering_data in the specLoïc Hoguin
2019-07-26Don't return lingering_data when the length is 0Loïc Hoguin
2019-04-28Return lingering_data when received data in lingeringTony Han
2019-03-26:authority is not required by spec2.7.1Fredrik Enestad
2018-10-30Fixes various client issues in cow_http2_machineLoïc Hoguin
2018-10-27Handle HTTP/2 timeouts in the state machineLoïc Hoguin
2018-10-26Introduce cow_http2_machine, an HTTP/2 state machineLoïc Hoguin