We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb2fb8 commit b253046Copy full SHA for b253046
crates/git-remote-icp/src/http/reqwest/remote.rs
@@ -297,7 +297,7 @@ impl http::Http for Remote {
297
pub(crate) struct Request {
298
pub url: String,
299
pub headers: Vec<HeaderField>,
300
- pub upload_body_kind: PostBodyDataKind,
+ pub upload_body_kind: Option<PostBodyDataKind>,
301
}
302
303
/// A link to a thread who provides data for the contained readers.
0 commit comments