index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
rfc7540_SUITE.erl
Age
Commit message (
Expand
)
Author
2018-05-22
Fix intermittent test failures in rfc7540_SUITE
Loïc Hoguin
2018-05-22
Ensure tests in rfc7540_SUITE can be repeated
Loïc Hoguin
2018-05-16
Honor the SETTINGS_ENABLE_PUSH from clients
Loïc Hoguin
2018-04-30
Fix some intermittent test issues in rfc7540
Loïc Hoguin
2018-04-30
Fix some rfc7540 tests that had an empty :path
Loïc Hoguin
2018-04-30
Reject HTTP/2 requests with a body size different than content-length
Loïc Hoguin
2018-04-29
Add tests for rejecting streams depending on themselves
Loïc Hoguin
2018-04-29
Receive and ignore HTTP/2 request trailers if any
Loïc Hoguin
2018-04-28
Add SETTINGS ack timeout and option settings_timeout
Loïc Hoguin
2018-04-28
Fix intermittent test failures for rfc7540
Loïc Hoguin
2018-04-27
Fix an rfc7540 test to have a different error reason
Loïc Hoguin
2018-04-27
Add options controlling maximum h2 frame sizes
Loïc Hoguin
2018-04-26
Add options controlling initial control flow windows
Loïc Hoguin
2018-04-25
Add the max_concurrent_streams h2 option
Loïc Hoguin
2018-04-25
Add options to control h2's SETTINGS_HEADER_TABLE_SIZE
Loïc Hoguin
2018-04-23
HTTP/2 informational responses don't end the stream
Loïc Hoguin
2018-02-28
Fix crash in cowboy_http2 when content-length is invalid
Loïc Hoguin
2017-11-29
Fix a broken test case in the rfc7540 suite
Loïc Hoguin
2017-11-29
Fix an intermittent test failure in the rfc7540 suite
Loïc Hoguin
2017-11-29
Add nowarn_export_all to all test suites
Loïc Hoguin
2017-11-29
Add many rfc7540 tests, improve detection of malformed requests
Loïc Hoguin
2017-11-27
Add more flow control tests to rfc7540 and fix related issues
Loïc Hoguin
2017-11-27
Add more rfc7540 tests along with their respective fixes
Loïc Hoguin
2017-11-27
Fix a few rfc7540 tests
Loïc Hoguin
2017-10-23
Fix a bug in HTTP/2 where connection gets closed prematurely
Loïc Hoguin
2017-05-23
Add many tests for RFC7540 5.1 and 5.1.1 and related fixes
Loïc Hoguin
2017-03-02
Add more HTTP/2 tests for RFC7540 4.1 and 4.3
Loïc Hoguin
2017-02-26
Unknown HTTP/2 frames are ignored
Loïc Hoguin
2017-02-25
Add many test cases covering RFC7540 4.2
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2016-03-14
Clarify comments about remaining tests to add to rfc7540_SUITE
Loïc Hoguin
2016-03-13
Fix most remaining HTTP/2 handshake tests
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-12
Add initial HTTP/1.1 Upgrade to HTTP/2
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin