Eager load http-cookie to avoid thread-safety bug
Without this sometimes we can see this error while running for the first few requests: ArgumentError: cookie store unavailable: :hash That's because http-cookie is not loading the store in a thread-safe way. See: https://gitlab.com/gitlab-org/gitlab/issues/207937
Showing
Please register or sign in to comment