Hi All: In org.apache.hc.core5.http.nio.entity.FileEntityProducer, the EOF marker is a simple boolean while other attributes are managed in a more thread safe manner with atomic references.
Is there a reason for the discrepancy? Gary
Hi All: In org.apache.hc.core5.http.nio.entity.FileEntityProducer, the EOF marker is a simple boolean while other attributes are managed in a more thread safe manner with atomic references.
Is there a reason for the discrepancy? Gary