b6580b303a
I found that there are some situations with `response_mode=form_post` where Chrome will open additional speculative TCP connections. These connections will be idle so they block server shutdown until the (previously 5s) timeout. Lowering this to 500ms should be safe and makes any added latency at login much less noticeable. More information about Chrome's TCP-level behavior here: https://bugs.chromium.org/p/chromium/issues/detail?id=116982#c5 Signed-off-by: Matt Moyer <moyerm@vmware.com> |
||
---|---|---|
.. | ||
filesession | ||
nonce | ||
oidctypes | ||
pkce | ||
state | ||
login_test.go | ||
login.go |