1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/roles/h2
Andy Green 272dba8307 http: redo redirects to follow close flow
Until now although we can follow redirects, and they can promote the
protocol from h1->h2, we couldn't handle h2 wsi reuse since there are many
states in the wsi affected by being h2.

This wipes the related states in lws_wsi_reset() and follows the generic
wsi close flow before deviating into the redirect really close to the end,
ensuring we cleaned out evidence of our previous life properly.

h2->h2 redirects work properly after this.

The max number of redirects is increased from 3 -> 4 since this was seen in
the wild with www and then geographic-based redirects.
2021-06-22 15:55:29 +01:00
..
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
hpack.c lws_metrics 2021-03-08 21:47:28 +00:00
http2.c http: redo redirects to follow close flow 2021-06-22 15:55:29 +01:00
huftable.h refactor role ops 2018-04-11 13:39:42 +08:00
minihuf.c cleaning 2020-01-05 22:17:58 +00:00
ops-h2.c http: redo redirects to follow close flow 2021-06-22 15:55:29 +01:00
private-lib-roles-h2.h http: redo redirects to follow close flow 2021-06-22 15:55:29 +01:00