de4a-eu / de4a

DE4A WP5 Connector
Apache License 2.0
2 stars 5 forks source link

Streaming a possible list and expecting only one answer is needed? #26

Closed daffyDukk closed 3 years ago

daffyDukk commented 3 years ago

https://github.com/de4a-wp5/de4a/blob/d47997f6deda975bc61f036432c1494e96ae3276/de4a-connector/src/main/java/eu/de4a/connector/api/manager/ResponseManager.java#L125

This method takes a list of files but ONLY cares about the first found. Is this actually intended behaviour? What if there are 10 files in the list? How do we know they are not all needed?

aosunacab commented 3 years ago

It is an intended behaviour, it will be only one attached file, that would be modified along with: TODO