index
:
cowlib.git
1.0.x
faster-http2
master
qpack
struct-hd-15
Support library for manipulating Web protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cow_http2_machine.erl
Age
Commit message (
Expand
)
Author
2019-12-31
Fix sending trailers when there are data frames in queue
Tony Han
2019-10-10
Add cow_http2_machine:is_lingering_stream/2
2.8.0
Loïc Hoguin
2019-10-05
Make sure ensure_window doesn't crash if stream is closed
Loïc Hoguin
2019-10-03
Remove HTTP/1.1 connection headers in HTTP/2 messages
Loïc Hoguin
2019-10-01
Don't return lingering_data tuples anymore
Loïc Hoguin
2019-10-01
Add HTTP/2 option stream_window_data_threshold
Loïc Hoguin
2019-10-01
Add cow_http2_machine:get_connection_local_buffer_size/1
Loïc Hoguin
2019-10-01
Don't filter HTTP/2 options
Loïc Hoguin
2019-10-01
Reject empty HTTP/2 header names
Loïc Hoguin
2019-09-14
Add cow_http2_machine:get_stream_local_buffer_size/2
Loïc Hoguin
2019-09-12
Fix a bug where final empty frames were ignored
Loïc Hoguin
2019-09-06
Add missing specs to cow_http2_machine:ensure_window
Loïc Hoguin
2019-09-02
Add cow_http2_machine:ensure_window/2,3
Loïc Hoguin
2019-07-27
Add missing lingering_data in the spec
Loïc Hoguin
2019-07-26
Don't return lingering_data when the length is 0
Loïc Hoguin
2019-04-28
Return lingering_data when received data in lingering
Tony Han
2019-03-26
:authority is not required by spec
2.7.1
Fredrik Enestad
2018-10-30
Fixes various client issues in cow_http2_machine
Loïc Hoguin
2018-10-27
Handle HTTP/2 timeouts in the state machine
Loïc Hoguin
2018-10-26
Introduce cow_http2_machine, an HTTP/2 state machine
Loïc Hoguin