actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

define behavior when multiple Connection header values are provided

Open robjtede opened this issue 3 years ago • 0 comments

see dicussion in comments of : https://github.com/actix/actix-web/discussions/2691#discussioncomment-2340435

in particular:

  • what happens when receiving close, upgrade
  • what happens when receiving keep-alive, upgrade
  • other tricky combinations? TODO

References

RFC 6455 The request MUST contain a |Connection| header field whose value MUST include the "Upgrade" token.

robjtede avatar Mar 12 '22 00:03 robjtede