diff options
author | Loïc Hoguin <[email protected]> | 2017-07-26 17:31:12 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-26 17:36:41 +0200 |
commit | 4fa7aeb0fd2e68fba267b33538685a7e1e18f4aa (patch) | |
tree | 4d42118c4c1136782ea2e7cabc7a20ffd2e8dfa2 /examples/file_server/priv/video.html | |
parent | 238ac3afc661046fb554a8bbb62d2b9912023247 (diff) | |
download | cowboy-4fa7aeb0fd2e68fba267b33538685a7e1e18f4aa.tar.gz cowboy-4fa7aeb0fd2e68fba267b33538685a7e1e18f4aa.tar.bz2 cowboy-4fa7aeb0fd2e68fba267b33538685a7e1e18f4aa.zip |
Fix HTTP/2 server push
Cowboy was encoding the headers then decoding them when initializing
the request. The problem is that the encoding and decoding contexts
are not the same. Now, Cowboy will directly use the headers it
received in the push command for the new request. This is also
more efficient.
I am surprised it worked at all considering the issue.
Diffstat (limited to 'examples/file_server/priv/video.html')
0 files changed, 0 insertions, 0 deletions