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 783ed99 commit 34b0525Copy full SHA for 34b0525
graph/src/amp/client/flight_client.rs
@@ -134,7 +134,9 @@ impl Client for FlightClient {
134
"amp-resume" => &metadata
135
);
136
137
- // TODO: Update the header name when the Amp server updates to the latest version
+ raw_client.set_header("amp-resume", metadata.clone());
138
+
139
+ // TODO: Remove when the Amp server updates to the latest version
140
raw_client.set_header("nozzle-resume", metadata);
141
}
142
0 commit comments