mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
removing nio server as it is currently handling only https connections and the parsing logic is also specific to agent communication. current limitation of httpcomponents server is that the entire file is read in memory. need figure out how to read it in chunks and send it through a inputstreamreader to save on secondary storage.