the cookie defaults to null, which is the value that will be sent with the first PullRequest, and will be the default if the cookie is missing from the PullRequest/Response. If we want to change it to "" or something else we just have to update the #[serde(default)] on the field in the request and response.
the cookie defaults to
null
, which is the value that will be sent with the first PullRequest, and will be the default if the cookie is missing from the PullRequest/Response. If we want to change it to "" or something else we just have to update the#[serde(default)]
on the field in the request and response.progress towards https://github.com/rocicorp/repc/issues/290