Hisoka-X commented on code in PR #9841:
URL: https://github.com/apache/seatunnel/pull/9841#discussion_r2342811960
##########
seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/source/HttpSourceReader.java:
##########
@@ -124,6 +128,14 @@ public void close() throws IOException {
}
public void pollAndCollectData(Collector<SeaTunnelRow> output) throws
Exception {
+
+ // before request should process http signature
+ if (needHttpSignature) {
Review Comment:
The `HttpSourceReader` and `HttpSource` may in different node. So we can't
direct use field in `HttpSource`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]