We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c40bb commit 1956c36Copy full SHA for 1956c36
1 file changed
perf/cleanup_perf_docs.sh
@@ -61,7 +61,7 @@ login_cookie() {
61
cookie="$(
62
grep -i '^set-cookie:' "${headers}" \
63
| tr -d '\r' \
64
- | sed -n "s/^set-cookie:[[:space:]]*${SESSION_COOKIE_NAME}=\\([^;]*\\).*/\\1/p" \
+ | sed -n "s/^[Ss][Ee][Tt]-[Cc][Oo][Oo][Kk][Ii][Ee]:[[:space:]]*${SESSION_COOKIE_NAME}=\\([^;]*\\).*/\\1/p" \
65
| head -n 1
66
)"
67
rm -f "${headers}" "${body}"
0 commit comments